mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-09 05:04:54 +00:00
4 lines
174 B
Text
4 lines
174 B
Text
web: gunicorn config.wsgi:application
|
|
{% if cookiecutter.use_celery == "y" -%}
|
|
worker: celery worker --app={{cookiecutter.project_slug}}.taskapp --loglevel=info
|
|
{%- endif %}
|