/Library-Management-System

a project using python,django,bootstrap,css,html which is required for managing the books in library

Primary LanguageJavaScript

Library-Management-System

a project using python,django,bootstrap,css,html which is required for managing the books in library

How to Run Download/Install the following
Python (I used v3.9.1)
PIP (for python modules installation)

Setup/Installation
Download and Extract the provided source code zip file.
Open your Terminal/Command Prompt window. (make sure to add "python" and "pip" in your environment variables)
Change the working directory to the extracted source code folder. i.e. cd C:\Users\Personal-23\Desktop\django_lms
Run the following commands:
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
Keep the terminals open and running.
Open a web browser and browse http://localhost:8000/ or http://127.0.0.1:8000/

Access Information for AdminSite
SuperUser
Username: admin
Password: admin123

http://127.0.0.1:8000/admin for the Django's Admin Site.