mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-11 14:13:10 +00:00
Update django-compressor from 2.0 to 2.1
This commit is contained in:
parent
4636f09232
commit
676cee53b5
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ celery==3.1.23
|
|||
{% endif %}
|
||||
|
||||
{% if cookiecutter.use_compressor == "y" %}
|
||||
django_compressor==2.0
|
||||
django-compressor==2.1
|
||||
{% endif %}
|
||||
|
||||
{% if cookiecutter.js_task_runner == 'Webpack' -%}
|
||||
|
|
|
|||
Loading…
Reference in a new issue