mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
5 lines
174 B
Plaintext
5 lines
174 B
Plaintext
web: gunicorn config.wsgi:application
|
|
{% if cookiecutter.use_celery == "y" -%}
|
|
worker: celery worker --app={{cookiecutter.project_slug}}.taskapp --loglevel=info
|
|
{%- endif %}
|