#342 Add compressor option to requirements

This commit is contained in:
andresgz 2016-06-02 13:52:29 -04:00
parent 05c521dd61
commit 2e9b4c20a8
2 changed files with 5 additions and 0 deletions

View File

@ -22,5 +22,6 @@
"use_heroku": "n",
"use_grunt": "n",
"use_angular": "n",
"use_compressor": "n",
"open_source_license": ["MIT", "BSD", "Not open source"]
}

View File

@ -55,4 +55,8 @@ redis>=2.10.0
celery==3.1.23
{% endif %}
{% if cookiecutter.use_compressor == "y" %}
django_compressor==2.0
{% endif %}
# Your custom requirements go here