summaryrefslogtreecommitdiff
path: root/urls.py
diff options
context:
space:
mode:
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"),
)