Use implicit path to manage.py in Procfile

This commit is contained in:
Nikita P. Shupeyko 2018-05-05 12:30:20 +03:00
parent 21dd198761
commit 8ef1019e01

View File

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