diff options
author | eliott <eliott@cactuswax.net> | 2007-12-26 11:20:24 -0800 |
---|---|---|
committer | eliott <eliott@cactuswax.net> | 2007-12-26 11:20:24 -0800 |
commit | 6ee7a9368645c4e01de831bfdfc92ef925e9d68b (patch) | |
tree | d98bce80175bd2efc2aa9d379578b04c57fe0d23 /settings.py | |
parent | 6226b02f8be136a81ceff2b79b8c4280cfc5e3fb (diff) |
initial stab at an authentication middleware
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 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', |