mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-02 11:10:12 +03:00
fixed base.txt
This commit is contained in:
parent
5999f33a53
commit
b451894a17
|
@ -13,7 +13,7 @@ django==1.9.8
|
||||||
django-environ==0.4.0
|
django-environ==0.4.0
|
||||||
{% if cookiecutter.use_whitenoise == 'y' -%}
|
{% if cookiecutter.use_whitenoise == 'y' -%}
|
||||||
whitenoise==3.2
|
whitenoise==3.2
|
||||||
{%- endif -%}
|
{%- endif %}
|
||||||
|
|
||||||
# Forms
|
# Forms
|
||||||
django-braces==1.9.0
|
django-braces==1.9.0
|
||||||
|
@ -48,14 +48,16 @@ pytz==2016.6.1
|
||||||
# Redis support
|
# Redis support
|
||||||
django-redis==4.4.4
|
django-redis==4.4.4
|
||||||
redis>=2.10.0
|
redis>=2.10.0
|
||||||
{% if cookiecutter.use_celery == "y" -%}
|
|
||||||
|
{%- if cookiecutter.use_celery == "y" %}
|
||||||
celery==3.1.23
|
celery==3.1.23
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
{% if cookiecutter.use_compressor == "y" -%}
|
|
||||||
|
{%- if cookiecutter.use_compressor == "y" %}
|
||||||
django_compressor==2.0
|
django_compressor==2.0
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
{% if cookiecutter.js_task_runner == 'Webpack' -%}
|
{%- if cookiecutter.js_task_runner == 'Webpack' %}
|
||||||
# Webpack
|
# Webpack
|
||||||
django-webpack-loader==0.3.3
|
django-webpack-loader==0.3.3
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user