summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
authorIsmael Carnales <icarnales@gmail.com>2009-10-30 18:32:25 -0200
committerIsmael Carnales <icarnales@gmail.com>2009-11-09 22:24:41 -0200
commitb4999b495e828ff68a5c93f65a39efad5b37dcea (patch)
tree8b9455454362b8d66e11f7983b2b9d8b4318f411 /urls.py
parent7cd5c1f5a6dacd1aeab1a9a30e9af79e7e294482 (diff)
downloadarchweb-b4999b495e828ff68a5c93f65a39efad5b37dcea.tar.gz
archweb-b4999b495e828ff68a5c93f65a39efad5b37dcea.zip
changed landing view
- moved devel.views.siteindex to public.views.index - using template from public view with added devel menu - added extra styles and images
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 d38972d6..17d06dbb 100644
--- a/urls.py
+++ b/urls.py
@@ -46,7 +46,6 @@ urlpatterns = patterns('',
(r'^devel/$', 'archweb.devel.views.index'),
(r'^devel/notify/$', 'archweb.devel.views.change_notify'),
(r'^devel/profile/$', 'archweb.devel.views.change_profile'),
- (r'^$', 'archweb.devel.views.siteindex'),
(r'^devel/newuser/$', 'archweb.devel.views.new_user_form'),