added a url for the site
authorNishanth Amuluru <nishanth@fossee.in>
Fri, 07 Jan 2011 09:44:52 +0530
changeset 256 718b7b0309f1
parent 255 2bca2008fbe3
child 257 46e07d429ea1
added a url for the site
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"),
 )