From 2e1fe91da9ecd64afa999b4f79c968afbeccace2 Mon Sep 17 00:00:00 2001 From: Nishanth Amuluru Date: Fri, 7 Jan 2011 09:44:52 +0530 Subject: added a url for the site --- urls.py | 1 + 1 file changed, 1 insertion(+) (limited to 'urls.py') diff --git a/urls.py b/urls.py index 03304cc..494838e 100755 --- a/urls.py +++ b/urls.py @@ -13,4 +13,5 @@ urlpatterns = patterns('', # Uncomment the next line to enable the admin: # (r'^admin/', include(admin.site.urls)), + url(r'localhost:8000', None, name="site"), ) -- cgit