summaryrefslogtreecommitdiff
path: root/PythonTBC/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'PythonTBC/urls.py')
-rw-r--r--PythonTBC/urls.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/PythonTBC/urls.py b/PythonTBC/urls.py
index c5d3753..698452a 100644
--- a/PythonTBC/urls.py
+++ b/PythonTBC/urls.py
@@ -22,6 +22,7 @@ urlpatterns = patterns('',
url(r'^comments/', include('comments.urls')),
url(r'^', include('tbc.urls', namespace='tbc')),
url(r'^sitemap\.xml$', 'django.contrib.sitemaps.views.sitemap', {'sitemaps': sitemaps}),
+ url(r'hitcount/', include('hitcount.urls', namespace='hitcount')),
)