mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-26 03:24:01 +03:00
Opt out of Celery by default
This commit is contained in:
parent
a40c9a2255
commit
ccef0aaa89
|
@ -33,7 +33,7 @@
|
|||
"use_compressor": "n",
|
||||
"use_celery": "n",
|
||||
"use_mailhog": "n",
|
||||
"use_sentry_for_error_reporting": "y",
|
||||
"use_sentry_for_error_reporting": "n",
|
||||
"use_opbeat": "n",
|
||||
"use_whitenoise": "y",
|
||||
"use_heroku": "n"
|
||||
|
|
Loading…
Reference in New Issue
Block a user