Skip to content

Latest commit

 

History

History
56 lines (42 loc) · 886 Bytes

README.md

File metadata and controls

56 lines (42 loc) · 886 Bytes

Library-Management-System

The repository contains web pages using Django web development framework in python language. It contains a) Two Forms Students and Books b) One Form to issue a book to particular student. (where multiple transaction require on one student).

Getting Started

Open terminal using Ctrl + Alt + T. Run the following command

   git clone https://github.com/Agha-Muqarib/Library-Management-System.git 

Create and activate virtual environment using

   virtualenv -p python3 venv

    cd venv

   source bin/activate

Run Steps:

   cd ..
   cd LMS

Installing Django:

   pip install Django
   python manage.py makemigrations
   python manage.py migrate
   python manage.py runserver