Updated requirement to Django 1.11.2
This commit is contained in:
parent
6ba5eb9fde
commit
e0a416a966
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
Django==1.10.1
|
||||
Django==1.11.2
|
||||
tabimport
|
||||
openpyxl==2.2.6
|
||||
xlrd
|
||||
|
|
|
|||
2
scripts/fabfile.py
vendored
2
scripts/fabfile.py
vendored
|
|
@ -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'):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue