summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
authorDusty Phillips <buchuki@gmail.com>2008-10-07 11:02:58 -0400
committerDusty Phillips <buchuki@gmail.com>2008-10-07 11:02:58 -0400
commita2c25fa12adb28eec511286941c1d3e8a88f56ee (patch)
treefaf0285037f05d0ec6c3d4ac11ce651bf8621a96 /urls.py
parent95401a1b9d530ff226f4b86a3a5f344bf1130202 (diff)
downloadarchweb-a2c25fa12adb28eec511286941c1d3e8a88f56ee.tar.gz
archweb-a2c25fa12adb28eec511286941c1d3e8a88f56ee.zip
drop a bunch of static stuff necessary only in archweb_pub
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/urls.py b/urls.py
index 98f7be8b..1dd10c7d 100644
--- a/urls.py
+++ b/urls.py
@@ -51,13 +51,6 @@ urlpatterns = patterns('',
# (mostly) Static Pages
(r'^$', 'archweb_dev.devel.views.siteindex'),
- (r'^cvs/$', 'archweb_dev.devel.views.cvs'),
- (r'^developers/$', 'archweb_dev.devel.views.developers'),
- (r'^fellows/$', 'archweb_dev.devel.views.fellows'),
- (r'^donate/$', 'archweb_dev.devel.views.donate'),
- (r'^download/$', 'archweb_dev.devel.views.download'),
- (r'^projects/$', 'archweb_dev.devel.views.projects'),
- (r'^robots.txt$', 'archweb_dev.devel.views.robots'),
# Authentication / Admin
(r'^denied/$', 'archweb_dev.devel.views.denied'),