project/urls.py
changeset 14 290f37228707
parent 12 39f05885c9e7
child 24 bb1f31e9c3ab
--- a/project/urls.py	Thu Nov 05 14:20:58 2009 +0530
+++ b/project/urls.py	Thu Nov 05 14:25:03 2009 +0530
@@ -18,7 +18,7 @@
 # Blog & Admin
 urlpatterns = patterns(
     '',
-    url(r'', 
+    url(r'^$', 
         direct_to_template, {"template": "home.html"},
         name='home'),
     (r'^feeds/(?P<url>.*)/$', 'django.contrib.syndication.views.feed', {'feed_dict': feeds}),