mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-01 10:49:50 +03:00
fixed base.txt
This commit is contained in:
parent
200d6d0b86
commit
66ad1593a9
|
@ -11,9 +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
|
||||||
|
@ -60,6 +60,6 @@ django_compressor==2.0
|
||||||
{% if cookiecutter.js_task_runner == 'Webpack' -%}
|
{% if cookiecutter.js_task_runner == 'Webpack' -%}
|
||||||
# Webpack
|
# Webpack
|
||||||
django-webpack-loader==0.3.3
|
django-webpack-loader==0.3.3
|
||||||
{%- endif %}
|
{%- endif -%}
|
||||||
|
|
||||||
# Your custom requirements go here
|
# Your custom requirements go here
|
||||||
|
|
Loading…
Reference in New Issue
Block a user