summaryrefslogtreecommitdiffstats
path: root/urls.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 /urls.py
parent0207ba60fd0a8a749bf97f183e5ef6f71d0b1cde (diff)
downloadarchweb-0e0265a624947fcb13860cfcc24078e79af9346b.tar.gz
archweb-0e0265a624947fcb13860cfcc24078e79af9346b.zip
drop useless view
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/urls.py b/urls.py
index 6cff8c35..cdb64cf0 100644
--- a/urls.py
+++ b/urls.py
@@ -47,7 +47,6 @@ urlpatterns = patterns('',
(r'^$', 'archweb_dev.devel.views.siteindex'),
# Authentication / Admin
- (r'^denied/$', 'archweb_dev.devel.views.denied'),
(r'^login/$', 'django.contrib.auth.views.login', {
'template_name': 'registration/login.html'}),
(r'^accounts/login/$', 'django.contrib.auth.views.login', {