j9peters / my-django-library-website

My results from working through the MDN Web Docs' "Django Tutorial: The Local Library website" (https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django/Tutorial_local_library_website).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Django Library Website

Build Status

Description

This is the product of my working through the MDN Web Docs' Django Tutorial: The Local Library website.

Check out the live version of this repo here: https://alibrarymostlocal.herokuapp.com/

Customizations

I have added a few customizations to the base library website by:

  • configuring the app for connection with a PostgreSQL database
  • authoring the generic template file borrowed_books_generic.html
  • implementing support for librarians to create new book and author records

In addition, I have integrated this GitHub repository with Travis CI. (Exciting for me, as this is my first time leveraging the Travis platform!!)

Contributing

Please feel free to contribute to or reference this project! I'm happy to collaborate with others, and hope that my code helps to serve the community—even if in just a small way.

Happy coding! 💙

About

My results from working through the MDN Web Docs' "Django Tutorial: The Local Library website" (https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django/Tutorial_local_library_website).


Languages

Language:Python 76.6%Language:HTML 23.3%Language:CSS 0.1%