summaryrefslogtreecommitdiff
path: root/pgcommitfest/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'pgcommitfest/urls.py')
-rw-r--r--pgcommitfest/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pgcommitfest/urls.py b/pgcommitfest/urls.py
index 71b1306..cb42554 100644
--- a/pgcommitfest/urls.py
+++ b/pgcommitfest/urls.py
@@ -54,5 +54,5 @@ urlpatterns = [
# 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/', admin.site.urls),
]