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.
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.
PythonCC0-1.0