Fix ordering of period_availabilities to please PostgreSQL (over SQLite)

This commit is contained in:
Claude Paroz 2016-08-31 14:44:03 +02:00
parent 90535c610b
commit 5ee98aefe4
4 changed files with 18 additions and 10 deletions

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/venvs/stages3/bin/activate'
VIRTUALENV_DIR = '/var/www/virtualenvs/stages3/bin/activate'
def clone_remote_db(dbtype='sqlite'):