mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-13 05:06:58 +03:00
remove setting compress_enabled to null in .django
This commit is contained in:
parent
d3db7a867f
commit
090b93c01e
|
@ -31,11 +31,7 @@ DJANGO_GCP_STORAGE_BUCKET_NAME=
|
||||||
# django-allauth
|
# django-allauth
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
DJANGO_ACCOUNT_ALLOW_REGISTRATION=True
|
DJANGO_ACCOUNT_ALLOW_REGISTRATION=True
|
||||||
{% if cookiecutter.use_compressor == 'y' %}
|
|
||||||
# django-compressor
|
|
||||||
# ------------------------------------------------------------------------------
|
|
||||||
COMPRESS_ENABLED=
|
|
||||||
{% endif %}
|
|
||||||
# Gunicorn
|
# Gunicorn
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
WEB_CONCURRENCY=4
|
WEB_CONCURRENCY=4
|
||||||
|
|
Loading…
Reference in New Issue
Block a user