Updated requirement to Django 1.11.2

This commit is contained in:
Claude Paroz 2017-07-01 14:15:43 +02:00
parent 6ba5eb9fde
commit e0a416a966
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
Django==1.10.1
Django==1.11.2
tabimport
openpyxl==2.2.6
xlrd

2
scripts/fabfile.py vendored
View file

@ -7,7 +7,7 @@ from fabric.utils import abort
env.hosts = ['stages.pierre-coullery.ch']
APP_DIR = '/var/www/epcstages'
VIRTUALENV_DIR = '/var/www/virtualenvs/stages3/bin/activate'
VIRTUALENV_DIR = '/var/virtualenvs/stages/bin/activate'
def clone_remote_db(dbtype='sqlite'):