mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-31 10:19:54 +03:00
changed base.txt
This commit is contained in:
parent
e06669aa54
commit
6ae8f4e197
|
@ -51,11 +51,11 @@ redis>=2.10.0
|
|||
|
||||
{%- if cookiecutter.use_celery == "y" %}
|
||||
celery==3.1.23
|
||||
{%- endif %}
|
||||
{%- endif -%}
|
||||
|
||||
{%- if cookiecutter.use_compressor == "y" %}
|
||||
django_compressor==2.0
|
||||
{%- endif %}
|
||||
{%- endif -%}
|
||||
|
||||
{% if cookiecutter.js_task_runner == 'Webpack' -%}
|
||||
# Webpack
|
||||
|
|
Loading…
Reference in New Issue
Block a user