Interactive Website for Local Library Built with Django
This web application is designed to serve as an online catalog for a small local library, allowing users to browse the available books and manage their personal accounts.
The key features implemented so far include:
- Models for books, copies of books, genres, languages, and authors are in place.
- Users can view lists and detailed information about books and authors.
- Admin users can create and manage these models. The admin interface has been optimized, with basic registration in admin.py, though currently commented out.
- Librarians can renew reserved books.
This project was completed as part of the tutorial provided by Mozilla Developer Network (MDN). The tutorial offers a step-by-step guide to building a local library website using Django. You can find the tutorial at the following link: MDN tutorial home page.
I would like to thank MDN for their comprehensive and clear documentation, which greatly facilitated the development of this project.