/book/
GET / POST
Book Directory
List all books with custom filters (e.g. by author) or create new book entries.
/author/book_count/
GET
Author Aggregations
Retrieve book counts grouped by author to analyze library catalog distribution.
/admin/
Manage
Django Admin Portal
Access Django's built-in administration panel to manage books, authors, and users.
/error/
GET
Trigger Error
Simulate an application crash to test Django error handling and logging middleware.