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
91aabe10d9
commit
d0806f9b07
|
@ -50,17 +50,17 @@ pytz==2016.6.1
|
|||
django-redis==4.4.4
|
||||
redis>=2.10.0
|
||||
|
||||
{% if cookiecutter.use_celery == "y" %}
|
||||
{%- if cookiecutter.use_celery == "y" -%}
|
||||
celery==3.1.23
|
||||
{% endif %}
|
||||
|
||||
{% if cookiecutter.use_compressor == "y" %}
|
||||
django_compressor==2.0
|
||||
{% endif %}
|
||||
|
||||
{% if cookiecutter.js_task_runner == 'Webpack' -%}
|
||||
# Webpack
|
||||
django-webpack-loader==0.3.3
|
||||
{%- endif %}
|
||||
|
||||
{%- if cookiecutter.use_compressor == "y" -%}
|
||||
django_compressor==2.0
|
||||
{%- endif %}
|
||||
|
||||
{%- if cookiecutter.js_task_runner == 'Webpack' -%}
|
||||
# Webpack
|
||||
django-webpack-loader==0.3.3
|
||||
{%- endif -%}
|
||||
|
||||
# Your custom requirements go here
|
||||
|
|
Loading…
Reference in New Issue
Block a user