summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authorDusty Phillips <buchuki@gmail.com>2008-10-10 18:51:06 -0400
committerDusty Phillips <buchuki@gmail.com>2008-10-10 18:51:06 -0400
commit0e0265a624947fcb13860cfcc24078e79af9346b (patch)
treeeb41441edda87b5aeadb6002f940022b6e78471f /settings.py
parent0207ba60fd0a8a749bf97f183e5ef6f71d0b1cde (diff)
downloadarchweb-0e0265a624947fcb13860cfcc24078e79af9346b.tar.gz
archweb-0e0265a624947fcb13860cfcc24078e79af9346b.zip
drop useless view
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/settings.py b/settings.py
index 082bf43e..c9d431da 100644
--- a/settings.py
+++ b/settings.py
@@ -34,9 +34,6 @@ SITE_ID = 1
# Examples: "http://foo.com/media/", "/media/".
ADMIN_MEDIA_PREFIX = '/media/admin_media/'
-# URL to send users when they don't have sufficient privileges
-BADPRIVS_URL = '/denied/'
-
# login url
LOGIN_URL = '/login/'