I am working on a Django app, and I would like my Database migrations to be run when deploying on Heroku.
So far we have simply put the following command in the Proc
Procfile
release: python manage.py migrate --noinput web: gunicorn mysite.wsgi
documented at https://devcenter.heroku.com/articles/release-phase#specifying-release-phase-tasks