diff -r 1de2f4008a5d -r 290f37228707 project/urls.py --- 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.*)/$', 'django.contrib.syndication.views.feed', {'feed_dict': feeds}),