urls.py
changeset 18 718b7b0309f1
parent 0 8d8a3f5af24f
child 21 3efb40900b87
--- 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"),
 )