Don't migrate during Heroku release phase

Closes #1646.
This commit is contained in:
Nikita P. Shupeyko 2018-05-14 10:15:51 +03:00
parent 6d4be405d8
commit 4bcd4c3343

View File

@ -1,4 +1,3 @@
release: manage.py migrate
web: gunicorn config.wsgi:application
{% if cookiecutter.use_celery == "y" -%}
worker: celery worker --app={{cookiecutter.project_slug}}.taskapp --loglevel=info