Skip to content

GeorgeChartouny/Django-Library-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Django-Library-Management-System

A Django app for managing library

Install Python if not installed on your machine

You can check if python is installed by running the following command:

python --version

If not visit the website and download the Python installer that matches your OS www.python.org

Make sure pip is installed with Python

Usually pip is installed automatically with python 2.8 or later

To check if you have pip run the following command

pip --version

Install Django framework

Check if Django is installed on your machine:

django --version

If the version was not shown and an error was printed, run the following:

pip install django

Migrate

it is recommended to run the migration commands to set up the database schema and apply any pending database changes.

python manage.py migrate

Run the server

First go into the appropriate directory:

cd lmsProject/

start the application(by default port 8000 will be reserved for the app):

python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages