This commit is contained in:
Daniel Gopar 2016-08-31 08:29:22 +00:00 committed by GitHub
commit bcd15481d9

View File

@ -238,9 +238,9 @@ else:
########## END CELERY ########## END CELERY
{% endif %} {% endif %}
{% if cookiecutter.use_compressor == 'y'-%}
# django-compressor # django-compressor
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
{% if cookiecutter.use_compressor == 'y'-%}
INSTALLED_APPS += ("compressor", ) INSTALLED_APPS += ("compressor", )
STATICFILES_FINDERS += ("compressor.finders.CompressorFinder", ) STATICFILES_FINDERS += ("compressor.finders.CompressorFinder", )
{%- endif %} {%- endif %}