About This App

This is a basic web app I built with Django, and it demonstrates:

  • Generic class based create / update / list views
  • The ORM to manage persistence
  • Using urls and the templating language
  • Django's messaging framework
  • Styling Django form components with Bootstrap
  • Hiding notification messages using CSS and Javascript
  • Writing and running migrations, including seeding the database with initial values
  • Using icons from Font Awesome
  • Deploying on Heroku

The source code for this web app can be found on my GitHub here.