mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-31 10:19:54 +03:00
changed jinja for use_pythn2 == n
This commit is contained in:
parent
8a164278e9
commit
0cd1d2c0e7
|
@ -4,7 +4,7 @@
|
|||
# See http://bitly.com/wheel-building-fails-CPython-35
|
||||
# Verified bug on Python 3.5.1
|
||||
wheel==0.29.0
|
||||
{%- endif %}
|
||||
{%- endif -%}
|
||||
|
||||
# Bleeding edge Django
|
||||
django==1.9.8
|
||||
|
@ -49,11 +49,11 @@ 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 %}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user