Cody Library information

Description

A library website with functionality tied to authorization level: browsing and "contact us" without login, borrowing books and registering for events with user, CRUD functionality of models with admin.

Features of this app:

  • Django models, including use of ForeignKey and ManytoMany
  • Search function through books model, including linked field
  • Authentication and authorization using inbuilt Django middleware
  • Ticketing system with contact model having issue, resolved status, last contact
  • Display list of books tied to current user logged in
  • Views pages based on filter through the database