Library-Management-System
Library-Management-System copied to clipboard
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 multi...
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