Requirements update
This commit is contained in:
parent
ae45e472f7
commit
43b13bfe81
2 changed files with 4 additions and 14 deletions
|
@ -34,19 +34,9 @@
|
||||||
<a href="{{ block.url }}" class="btn btn-default">{{ block.action }}</a>
|
<a href="{{ block.url }}" class="btn btn-default">{{ block.action }}</a>
|
||||||
</footer>
|
</footer>
|
||||||
</article>
|
</article>
|
||||||
{% endif %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
{% if block.block_type == 'heading' %}
|
|
||||||
<h2>{{ block.value }}</h2>
|
|
||||||
{% else %}
|
|
||||||
<section class="block-{{ block.block_type }}">
|
|
||||||
{% include_block block %}
|
|
||||||
</section>
|
|
||||||
{% endfor %}
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
Django==1.10.5
|
Django==1.10.5
|
||||||
psycopg2==2.6.2
|
psycopg2==2.6.2
|
||||||
elasticsearch==5.0.1
|
elasticsearch==5.2.0
|
||||||
django-redis==4.7.0
|
django-redis==4.7.0
|
||||||
wagtail==1.8
|
wagtail==1.9
|
||||||
django-libsass==0.7
|
django-libsass==0.7
|
||||||
libsass==0.12.3
|
libsass==0.12.3
|
||||||
Pillow==4.0.0
|
Pillow==4.0.0
|
||||||
|
@ -12,6 +12,6 @@ stellar==0.4.3
|
||||||
|
|
||||||
# Production dependencies
|
# Production dependencies
|
||||||
dj-database-url==0.4.2
|
dj-database-url==0.4.2
|
||||||
whitenoise==3.2.3
|
whitenoise==3.3.0
|
||||||
uwsgi==2.0.14
|
uwsgi==2.0.14
|
||||||
ConcurrentLogHandler==0.9.1
|
ConcurrentLogHandler==0.9.1
|
||||||
|
|
Loading…
Reference in a new issue