An open API service indexing awesome lists of open source software.

https://github.com/siddhsuresh/blueblack-library-database-management


https://github.com/siddhsuresh/blueblack-library-database-management

database django sql tailwind-css tailwindcss

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Library Database Management System
## CSE2004 DBMS GROUP A11 Project

## Important Files to view:
* **models.py** in library folder which holds all the tables [in form of python classes] with all the relations, pls check and inform if any improvements possible
* **views.py** in library folder does almost everything for the back-end
* **urls.py** in django_project folder informs django on what view to do to for a given url
* **admin.py** holds the code to register the models to the admin page which is used to view and change the data in the database.
* **models.sql** holds the sql commands used by django to create the database in sqlite3 [just to see]