This project is a production-ready Library Management System built as part of a Django/Python technical test (Stefaniia Popovych). The application allows users to browse and borrow books, while ...
library_management/ ├── books/ │ ├── templates/books/ │ ├── models.py │ ├── views.py │ └── urls.py ├── students/ │ ├── templates/students/ │ ├── models.py │ └── views.py ├── transactions ...