use python command

use python to fix heroku deployment issue
This commit is contained in:
Hadeel Sharaf 2018-05-12 23:46:45 +02:00 committed by GitHub
parent 144f4ca3b7
commit c0d89684f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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