mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-01-24 00:04:13 +03:00
Update django-compressor from 2.0 to 2.1
This commit is contained in:
parent
4636f09232
commit
676cee53b5
|
@ -55,7 +55,7 @@ celery==3.1.23
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if cookiecutter.use_compressor == "y" %}
|
{% if cookiecutter.use_compressor == "y" %}
|
||||||
django_compressor==2.0
|
django-compressor==2.1
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if cookiecutter.js_task_runner == 'Webpack' -%}
|
{% if cookiecutter.js_task_runner == 'Webpack' -%}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user