summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authorRad <radost.waszkiewicz@gmail.com>2019-02-28 12:36:49 +0000
committerRad <radost.waszkiewicz@gmail.com>2019-02-28 12:36:49 +0000
commitb505a26ce4111c23842e3593c1b6e7f78e06e0ec (patch)
tree93e75e8f0994bbd1c2aed1c6d91f243d524e081c /settings.py
parenta5e15295140fd279ea6a2eaba576d8405b5b0146 (diff)
downloadtroggle-b505a26ce4111c23842e3593c1b6e7f78e06e0ec.tar.gz
troggle-b505a26ce4111c23842e3593c1b6e7f78e06e0ec.tar.bz2
troggle-b505a26ce4111c23842e3593c1b6e7f78e06e0ec.zip
rebuild descriptions database, some visuals
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index 3c3b8d2..364b45d 100644
--- a/settings.py
+++ b/settings.py
@@ -71,6 +71,9 @@ if django.VERSION[0] == 1 and django.VERSION[1] < 4:
else:
authmodule = 'django.contrib.auth.context_processors.auth'
+TOPCAMPX=411571.00
+TOPCAMPY=5282639.00
+
TEMPLATE_CONTEXT_PROCESSORS = ( authmodule, "core.context.troggle_context", )
LOGIN_REDIRECT_URL = '/'