Complementary commit for Python 3 support
This commit is contained in:
parent
e7ce5ccc5c
commit
75b0907dc7
2 changed files with 2 additions and 2 deletions
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/venvs/stages/bin/activate'
|
||||
VIRTUALENV_DIR = '/var/venvs/stages3/bin/activate'
|
||||
|
||||
|
||||
def clone_remote_db(dbtype='sqlite'):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue