Skip to content

irfanariyaz/locallibrary

Repository files navigation

locallibrary website

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/

LLpage1

Dynamic datas displayed

LLpage2

List of books in database

LLpage3

List of authors in database

LLpage4

Librarian view who can only add and update new authors and books to database.He only has the permission to change renewal date.

LLpage5

User can view only their borrowed books

LLpage6