Add a release migrate command to the Procfile for Heroku.

This commit is contained in:
Christopher C. Wells 2019-05-02 12:01:52 -07:00
parent 2d4cf3cfa3
commit e96a469e89
1 changed files with 1 additions and 0 deletions

View File

@ -1 +1,2 @@
release: python manage.py migrate
web: gunicorn babybuddy.wsgi:application --timeout 30 --log-file - web: gunicorn babybuddy.wsgi:application --timeout 30 --log-file -