diff options
author | Dusty Phillips <buchuki@gmail.com> | 2008-10-07 11:02:58 -0400 |
---|---|---|
committer | Dusty Phillips <buchuki@gmail.com> | 2008-10-07 11:02:58 -0400 |
commit | a2c25fa12adb28eec511286941c1d3e8a88f56ee (patch) | |
tree | faf0285037f05d0ec6c3d4ac11ce651bf8621a96 /urls.py | |
parent | 95401a1b9d530ff226f4b86a3a5f344bf1130202 (diff) |
drop a bunch of static stuff necessary only in archweb_pub
Diffstat (limited to 'urls.py')
-rw-r--r-- | urls.py | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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'), |