Skip to content

callbacksin/django-library-management-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Library Management System

Understanding the application

Running Library Management System locally

  1. Clone/pull/download this repository
  2. Create a virtualenv with virtualenv env (python3 -m venv env), activate it and install dependencies with pip install -r requirements.txt
  3. Configure your .env variables
  4. Prepare SQL queries for a local database (SQLLite3) with python manage.py makemigrations and execute them with python manage.py migrate commands
  5. Create an operator (admin) with python manage.py createsuperuser. It will be able to log in and perform various operations with the catalog
  6. Start the server: python manage.py runserver

You can then access electronic library here: http://localhost:8000

admin-books-screenshot

In case you find a bug/suggested improvement for the Django Library Management System

Our issue tracker is available here: https://github.com/callbacksin/django-library-management-system/issues

About

A Django-based library management system that handles books, user management, book borrowing, and more

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors