second edit base.txt

This commit is contained in:
nelsonlho 2016-08-04 01:06:22 -07:00
parent d0806f9b07
commit 22bb55d30c

View File

@ -11,10 +11,9 @@ django==1.9.8
# Configuration
django-environ==0.4.0
{% if cookiecutter.use_whitenoise == 'y' -%}
{%- if cookiecutter.use_whitenoise == 'y' -%}
whitenoise==3.2
{%- endif %}
{%- endif -%}
# Forms
django-braces==1.9.0
@ -31,7 +30,7 @@ Pillow==3.3.0
# Well-built with regular release cycles!
django-allauth==0.26.1
{% if cookiecutter.windows == 'y' -%}
{%- if cookiecutter.windows == 'y' -%}
# On Windows, you must download/install psycopg2 manually
# from http://www.lfd.uci.edu/~gohlke/pythonlibs/#psycopg
{% else %}