Developed and deployed a library website used to manage the catalog for a local library using python and Django.Stylesd using Bootstrap and CSS. Created models to represent your application's data. Developed views to retrieve specific data in response to different requests, and templates to render the data as HTML to be displayed in the browser Add user authorization and sessions to control site behavior and access(LoginRequiredMixins and PermissionRequiredMixins ). Used generic class-based views (ListView and DetailedView) to access the list of available books and details of each book. Website url: https://afternoon-beyond-00881.herokuapp.com/catalog/
Dynamic datas displayed
List of books in database
List of authors in database
Librarian view who can only add and update new authors and books to database.He only has the permission to change renewal date.
User can view only their borrowed books