Library Management System
A straightforward library management system built with Django: librarians can add, view, and delete books with details such as title, author, genre, and copy counts, and find anything quickly with title/author search.
Built as a compact, readable example of a well-structured Django CRUD application.