# HG changeset patch # User Nishanth Amuluru # Date 1294373692 -19800 # Node ID 718b7b0309f174e79f98209c365867d94c51ecae # Parent 2bca2008fbe3978bed8aa90c698c8e836b484de4 added a url for the site 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"), )