Deployment to Heroku $ git init $ git add -A $ git commit -m "Initial commit" $ heroku create $ git push heroku master $ heroku run python manage.py migrate Further Reading Gunicorn WhiteNoise dj-database-url