Skip to content

Hannahnv/Django_local_library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Local Library

Interactive Website for Local Library Built with Django

Overview

This web application is designed to serve as an online catalog for a small local library, allowing users to browse the available books and manage their personal accounts.

The key features implemented so far include:

  • Models for books, copies of books, genres, languages, and authors are in place.
  • Users can view lists and detailed information about books and authors.
  • Admin users can create and manage these models. The admin interface has been optimized, with basic registration in admin.py, though currently commented out.
  • Librarians can renew reserved books.

Local Library Model

Acknowledgments

This project was completed as part of the tutorial provided by Mozilla Developer Network (MDN). The tutorial offers a step-by-step guide to building a local library website using Django. You can find the tutorial at the following link: MDN tutorial home page.

I would like to thank MDN for their comprehensive and clear documentation, which greatly facilitated the development of this project.

Deploying Django To Production

Deploy on Railway

image

About

A Dynamic Local Library Website Built with Django

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages