diff -r 2bca2008fbe3 -r 718b7b0309f1 urls.py --- a/urls.py Fri Jan 07 09:38:48 2011 +0530 +++ b/urls.py Fri Jan 07 09:44:52 2011 +0530 @@ -13,4 +13,5 @@ # Uncomment the next line to enable the admin: # (r'^admin/', include(admin.site.urls)), + url(r'localhost:8000', None, name="site"), )