summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authoreliott <eliott@cactuswax.net>2007-12-26 11:20:24 -0800
committereliott <eliott@cactuswax.net>2007-12-26 11:20:24 -0800
commit6ee7a9368645c4e01de831bfdfc92ef925e9d68b (patch)
treed98bce80175bd2efc2aa9d379578b04c57fe0d23 /settings.py
parent6226b02f8be136a81ceff2b79b8c4280cfc5e3fb (diff)
downloadarchweb-6ee7a9368645c4e01de831bfdfc92ef925e9d68b.tar.gz
archweb-6ee7a9368645c4e01de831bfdfc92ef925e9d68b.zip
initial stab at an authentication middleware
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 75ea18a9..c2f779d6 100644
--- a/settings.py
+++ b/settings.py
@@ -40,6 +40,9 @@ ADMIN_MEDIA_PREFIX = '/admin-media/'
# URL to send users when they don't have sufficient privileges
BADPRIVS_URL = '/denied/'
+# login url
+LOGIN_URL = '/login/'
+
# List of callables that know how to import templates from various sources.
TEMPLATE_LOADERS = (
'django.template.loaders.filesystem.load_template_source',