summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/settings.py b/settings.py
index 364b45d..3c3b8d2 100644
--- a/settings.py
+++ b/settings.py
@@ -71,9 +71,6 @@ 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 = '/'