This guide has the objective to show how to build a sample Django app and deploy it to Heroku. We'll go through the following steps:
- Create a sample app
- Database configuration
- Configuring project to deploy to Heroku
I'll not cover how to install Django, Postgresql or configure python, assuming that you already have a configured environment.