Files
PyRIGS/Procfile
David Taylor 228d72b7b2 Automatically run migrations on deploy
Because running them via Heroku CLI is easy to forget
2019-12-05 17:26:02 +00:00

3 lines
73 B
Plaintext

release: python manage.py migrate
web: gunicorn PyRIGS.wsgi --log-file -