diff --git a/Procfile b/Procfile index 47a27c07f..9130b8701 100644 --- a/Procfile +++ b/Procfile @@ -1 +1,2 @@ web: gunicorn gettingstarted.wsgi --log-file - +release: python manage.py migrate diff --git a/README.md b/README.md index 9969eac2f..bd8c6ccd6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ + # Python: Getting Started A barebones Django app, which can easily be deployed to Heroku.