summaryrefslogtreecommitdiff
path: root/pv
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-03-31 14:04:43 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-03-31 15:12:38 (GMT)
commit85f73af7958939a208ce15d3f52937e1a65f3856 (patch)
tree718ec5ac4c3767c151a216641541d96cd5823ca3 /pv
parent2ec0ff18396c948b0f1fa9966aeab89bde97cd65 (diff)
migrations for database nop should only be done on nop database
Diffstat (limited to 'pv')
-rw-r--r--pv/settings.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pv/settings.py b/pv/settings.py
index 5d23ab9..e967b39 100644
--- a/pv/settings.py
+++ b/pv/settings.py
@@ -21,6 +21,8 @@ DATABASES = {
}
}
+DATABASE_ROUTERS = ['nop.dbrouter.NopRouter']
+
TIME_ZONE = 'Europe/Vienna'
LANGUAGE_CODE = 'de'