summaryrefslogtreecommitdiff
path: root/workshop_portal/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'workshop_portal/urls.py')
-rw-r--r--workshop_portal/urls.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/workshop_portal/urls.py b/workshop_portal/urls.py
index 45f1407..59a7431 100644
--- a/workshop_portal/urls.py
+++ b/workshop_portal/urls.py
@@ -26,6 +26,7 @@ urlpatterns = [
url(r'^workshop/', include('workshop_app.urls')),
url(r'^reset/', include('django.contrib.auth.urls')),
url(r'^page/', include('cms.urls')),
+ url(r'^statistics/', include('statistics_app.urls')),
]
urlpatterns += static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)