summaryrefslogtreecommitdiff
path: root/urls.py
diff options
context:
space:
mode:
authorNishanth Amuluru2011-01-07 09:44:52 +0530
committerNishanth Amuluru2011-01-07 09:44:52 +0530
commit2e1fe91da9ecd64afa999b4f79c968afbeccace2 (patch)
treee7ed26a38e7575caf1dcd4483b1a5eed28032b7c /urls.py
parent304198a85ad3941219a8e72c6b3efc1f3f6c1fcc (diff)
downloadpytask-2e1fe91da9ecd64afa999b4f79c968afbeccace2.tar.gz
pytask-2e1fe91da9ecd64afa999b4f79c968afbeccace2.tar.bz2
pytask-2e1fe91da9ecd64afa999b4f79c968afbeccace2.zip
added a url for the site
Diffstat (limited to 'urls.py')
-rwxr-xr-xurls.py1
1 files changed, 1 insertions, 0 deletions
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"),
)