summaryrefslogtreecommitdiff
path: root/PythonTBC
diff options
context:
space:
mode:
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 5cd6ff1..2b145bf 100644
--- a/PythonTBC/urls.py
+++ b/PythonTBC/urls.py
@@ -18,7 +18,7 @@ urlpatterns = patterns('',
# url(r'^admin/doc/', include('django.contrib.admindocs.urls')),
# Uncomment the next line to enable the admin:
- url(r'^admin/', include(admin.site.urls)),
+ url(r'^admin', include(admin.site.urls)),
url(r'^', include('tbc.urls', namespace='tbc')),
url(r'^sitemap\.xml$', 'django.contrib.sitemaps.views.sitemap', {'sitemaps': sitemaps}),