diff options
author | Rad <radost.waszkiewicz@gmail.com> | 2019-02-28 12:36:49 +0000 |
---|---|---|
committer | Rad <radost.waszkiewicz@gmail.com> | 2019-02-28 12:36:49 +0000 |
commit | 6b59e3a68908b2ee3b05e4734a8f72d10a349c34 (patch) | |
tree | 93e75e8f0994bbd1c2aed1c6d91f243d524e081c /settings.py | |
parent | ce268ec306946e4f4aadd8ee358a28e79f22b9b3 (diff) | |
download | troggle-6b59e3a68908b2ee3b05e4734a8f72d10a349c34.tar.gz troggle-6b59e3a68908b2ee3b05e4734a8f72d10a349c34.tar.bz2 troggle-6b59e3a68908b2ee3b05e4734a8f72d10a349c34.zip |
rebuild descriptions database, some visuals
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 3 |
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 = '/' |