summaryrefslogtreecommitdiff
path: root/PythonTBC
diff options
context:
space:
mode:
authorTrupti Rajesh Kini2016-01-25 11:36:33 +0530
committerTrupti Rajesh Kini2016-01-25 11:36:33 +0530
commit64427908457aa4d436d6d37a6c747d3461ad67c9 (patch)
tree33134e4db5b8b204cb3c2436b00df56371026e51 /PythonTBC
parent909d934c15168d743066a6efc5d04dfee8a50a97 (diff)
downloadPython-TBC-Interface-64427908457aa4d436d6d37a6c747d3461ad67c9.tar.gz
Python-TBC-Interface-64427908457aa4d436d6d37a6c747d3461ad67c9.tar.bz2
Python-TBC-Interface-64427908457aa4d436d6d37a6c747d3461ad67c9.zip
Update urls.py
Diffstat (limited to 'PythonTBC')
-rw-r--r--PythonTBC/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/PythonTBC/urls.py b/PythonTBC/urls.py
index 698452a..78a7215 100644
--- a/PythonTBC/urls.py
+++ b/PythonTBC/urls.py
@@ -22,7 +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')),
+
)