mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-02 11:10:12 +03:00
second edit base.txt
This commit is contained in:
parent
d0806f9b07
commit
22bb55d30c
|
@ -11,10 +11,9 @@ django==1.9.8
|
||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
django-environ==0.4.0
|
django-environ==0.4.0
|
||||||
{% if cookiecutter.use_whitenoise == 'y' -%}
|
{%- if cookiecutter.use_whitenoise == 'y' -%}
|
||||||
whitenoise==3.2
|
whitenoise==3.2
|
||||||
{%- endif %}
|
{%- endif -%}
|
||||||
|
|
||||||
|
|
||||||
# Forms
|
# Forms
|
||||||
django-braces==1.9.0
|
django-braces==1.9.0
|
||||||
|
@ -31,7 +30,7 @@ Pillow==3.3.0
|
||||||
# Well-built with regular release cycles!
|
# Well-built with regular release cycles!
|
||||||
django-allauth==0.26.1
|
django-allauth==0.26.1
|
||||||
|
|
||||||
{% if cookiecutter.windows == 'y' -%}
|
{%- if cookiecutter.windows == 'y' -%}
|
||||||
# On Windows, you must download/install psycopg2 manually
|
# On Windows, you must download/install psycopg2 manually
|
||||||
# from http://www.lfd.uci.edu/~gohlke/pythonlibs/#psycopg
|
# from http://www.lfd.uci.edu/~gohlke/pythonlibs/#psycopg
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user