summaryrefslogtreecommitdiff
path: root/settings.py
diff options
context:
space:
mode:
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',