mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-31 10:19:54 +03:00
fixed redis support for base.txt
This commit is contained in:
parent
0cd1d2c0e7
commit
c8b85b114f
|
@ -11,7 +11,7 @@ django==1.9.8
|
|||
|
||||
# Configuration
|
||||
django-environ==0.4.0
|
||||
{%- if cookiecutter.use_whitenoise == 'y' -%}
|
||||
{% if cookiecutter.use_whitenoise == 'y' -%}
|
||||
whitenoise==3.2
|
||||
{%- endif %}
|
||||
|
||||
|
@ -49,15 +49,15 @@ 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" -%}
|
||||
{%- if cookiecutter.use_compressor == "y" %}
|
||||
django_compressor==2.0
|
||||
{%- endif %}
|
||||
|
||||
{%- if cookiecutter.js_task_runner == 'Webpack' -%}
|
||||
{%- if cookiecutter.js_task_runner == 'Webpack' %}
|
||||
# Webpack
|
||||
django-webpack-loader==0.3.3
|
||||
{%- endif %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user