mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-25 11:04:04 +03:00
Fix compressor section on common.py
This commit is contained in:
parent
043ff3d8dc
commit
31c63f0d3f
|
@ -238,9 +238,9 @@ else:
|
|||
########## END CELERY
|
||||
{% endif %}
|
||||
|
||||
{%- if cookiecutter.use_compressor == 'y'-%}
|
||||
# django-compressor
|
||||
# ------------------------------------------------------------------------------
|
||||
{% if cookiecutter.use_compressor == 'y'-%}
|
||||
INSTALLED_APPS += ("compressor", )
|
||||
STATICFILES_FINDERS += ("compressor.finders.CompressorFinder", )
|
||||
{%- endif %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user