mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-04-23 05:44:43 +00:00
Opt out of Celery by default
This commit is contained in:
parent
a40c9a2255
commit
ccef0aaa89
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue