upgrade to django 1.11.16 and python3.6

This commit is contained in:
cmile 2018-10-03 00:16:28 +02:00
parent b32465e85f
commit bc0258ea8f
17 changed files with 155 additions and 84 deletions

View file

@ -11,7 +11,8 @@
<div class="row">
<div class="text-center span4 offset4" style="background-color: #eee;">
<img src="{{ STATIC_URL }}img/mchammer.gif" />
<img src='{% static "img/mchammer.gif" %}' />
</div>
</div>
</div>