MySQL Galera workaround (#416)

This commit is contained in:
Raphael Michel
2017-02-22 16:59:23 +01:00
committed by GitHub
parent 09020143e7
commit 08e7a29623
4 changed files with 74 additions and 27 deletions

View File

@@ -58,6 +58,7 @@ DATABASES = {
'CONN_MAX_AGE': 0 if db_backend == 'sqlite3' else 120
}
}
DATABASE_IS_GALERA = config.getboolean('database', 'galera', fallback=False)
STATIC_URL = config.get('urls', 'static', fallback='/static/')