got rid of spaces between celery and compressor on base.txt

This commit is contained in:
nelsonlho 2016-08-04 01:59:30 -07:00
parent 6ae8f4e197
commit 140b53c8da

View File

@ -48,14 +48,12 @@ pytz==2016.6.1
# Redis support
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" %}
{%- endif %}
{% if cookiecutter.use_compressor == "y" %}
django_compressor==2.0
{%- endif -%}
{%- endif %}
{% if cookiecutter.js_task_runner == 'Webpack' -%}
# Webpack