mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-20 10:01:52 +00:00
Opt out of WhiteNoise by default
This commit is contained in:
parent
ccef0aaa89
commit
9f2f3b455f
1 changed files with 1 additions and 1 deletions
|
|
@ -35,6 +35,6 @@
|
|||
"use_mailhog": "n",
|
||||
"use_sentry_for_error_reporting": "n",
|
||||
"use_opbeat": "n",
|
||||
"use_whitenoise": "y",
|
||||
"use_whitenoise": "n",
|
||||
"use_heroku": "n"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue