Upgrade to Django 1.11

This commit is contained in:
Martin Pépin 2017-05-16 11:42:53 +01:00
parent 01d8f2bb74
commit 0cfbf58cdb
3 changed files with 5 additions and 4 deletions

View file

@ -99,7 +99,7 @@ WSGI_APPLICATION = 'evenementiel.wsgi.application'
# PostGreSQL
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'ENGINE': 'django.db.backends.postgresql',
'NAME': os.environ['DBNAME'],
'USER': os.environ['DBUSER'],
'PASSWORD': os.environ['DBPASSWD'],

View file

@ -1,2 +1,3 @@
-r requirements.txt
django-debug-toolbar
ipython

View file

@ -1,5 +1,5 @@
Django==1.10.*
Pillow==3.3.0
psycopg2==2.6.2
Django==1.11.*
psycopg2
Pillow
django-bootstrap-form==3.2.1
django-widget-tweaks