Skip to content

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).

License

Notifications You must be signed in to change notification settings

Agha-Muqarib/Library-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published