From 9e71b70d4bb458d5af0f294689dedced0a470ad5 Mon Sep 17 00:00:00 2001 From: Jonas Winkler Date: Fri, 13 Jul 2018 11:20:45 +0200 Subject: [PATCH] fixed the api --- src/paperless/urls.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/paperless/urls.py b/src/paperless/urls.py index 59cbd86b5..6f50ac644 100755 --- a/src/paperless/urls.py +++ b/src/paperless/urls.py @@ -30,8 +30,8 @@ urlpatterns = [ r"^api/auth/", include('rest_framework.urls', namespace="rest_framework") ), - # TODO: this does not work in django 2.0! - # url(r"^api/", include(router.urls, namespace="drf")), + + url(r"^api/", include((router.urls, 'drf'))), # File downloads url(