testing
authoramit@thunder
Mon, 22 Feb 2010 00:36:03 +0530
changeset 13 ead1752a58a8
parent 12 9c8d61545b60
child 14 71038eb0e790
testing
SEESenv/web/hgbook/urls.py
--- a/SEESenv/web/hgbook/urls.py	Mon Feb 22 00:31:45 2010 +0530
+++ b/SEESenv/web/hgbook/urls.py	Mon Feb 22 00:36:03 2010 +0530
@@ -14,7 +14,7 @@
 
     (r'^/feeds/(?P<url>.*)/$', 'django.contrib.syndication.views.feed',
      {'feed_dict': feeds}),          
-    (r'^/index$', 'hgbook.comments.views.index'), 
+    (r'^/', 'hgbook.comments.views.index'), 
 
     (r'^/search/', 'hgbook.comments.views.search'),