diff options
author | Trupti Rajesh Kini | 2016-01-25 11:36:33 +0530 |
---|---|---|
committer | Trupti Rajesh Kini | 2016-01-25 11:36:33 +0530 |
commit | 64427908457aa4d436d6d37a6c747d3461ad67c9 (patch) | |
tree | 33134e4db5b8b204cb3c2436b00df56371026e51 | |
parent | 909d934c15168d743066a6efc5d04dfee8a50a97 (diff) | |
download | Python-TBC-Interface-64427908457aa4d436d6d37a6c747d3461ad67c9.tar.gz Python-TBC-Interface-64427908457aa4d436d6d37a6c747d3461ad67c9.tar.bz2 Python-TBC-Interface-64427908457aa4d436d6d37a6c747d3461ad67c9.zip |
Update urls.py
-rw-r--r-- | PythonTBC/urls.py | 2 |
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')), + ) |