Upgrade to Django 1.11

Resolves #48
This commit is contained in:
Jan Tuomi
2017-05-21 18:08:38 +03:00
parent a10ccec5f0
commit 1410c2e2a5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
backports.shutil-get-terminal-size==1.0.0
decorator==4.0.9
Django==1.9
Django==1.11
ipython==4.2.0
ipython-genutils==0.1.0
pexpect==4.1.0
+1 -1
View File
@@ -88,7 +88,7 @@ TEMPLATES = [
'django.template.context_processors.i18n',
'django.contrib.auth.context_processors.auth',
'django.contrib.messages.context_processors.messages',
'django.core.context_processors.static',
'django.template.context_processors.static',
],
},
},