https://github.com/matthewkuria/django_local_library
This is a Django project called Optimatt Local Library.The project uses Django authorization and aunthetication for different accounts.Different users are given permissions that is Library Members vs Librarians.The Library Members can view all books,authors and borrowed books.Librarians have all permissions.
https://github.com/matthewkuria/django_local_library
django djangoform python3 sqllite-database
Last synced: 28 days ago
JSON representation
This is a Django project called Optimatt Local Library.The project uses Django authorization and aunthetication for different accounts.Different users are given permissions that is Library Members vs Librarians.The Library Members can view all books,authors and borrowed books.Librarians have all permissions.
- Host: GitHub
- URL: https://github.com/matthewkuria/django_local_library
- Owner: matthewkuria
- License: cc0-1.0
- Created: 2024-06-29T19:40:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-11T10:20:18.000Z (almost 2 years ago)
- Last Synced: 2025-07-24T23:08:40.676Z (11 months ago)
- Topics: django, djangoform, python3, sqllite-database
- Language: Python
- Homepage:
- Size: 246 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# django_local_library
A CRUD app named local library built in Django.
This project enables me to learn how to set Django environment,create apps and use models to set and retrieve data objects from the
database.