Ecosyste.ms: Awesome
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: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/siddhsuresh/blueblack-library-database-management
- Owner: siddhsuresh
- Created: 2021-05-12T07:44:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-14T14:00:50.000Z (over 1 year ago)
- Last Synced: 2024-10-05T08:01:55.019Z (about 1 month ago)
- Topics: database, django, sql, tailwind-css, tailwindcss
- Language: JavaScript
- Homepage: https://blueblack.pythonanywhere.com/
- Size: 2.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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]