From dc6d89b0ca5ab26dfdf8950a02300935c241f8bb Mon Sep 17 00:00:00 2001 From: Sam Wenham Date: Mon, 4 Mar 2019 19:39:43 +0000 Subject: Backed out changeset: f23440eb11a3 --- settings.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'settings.py') 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 = '/' -- cgit v1.2.3