We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aa2155 commit 09c78efCopy full SHA for 09c78ef
pyconkr/urls.py
@@ -26,9 +26,9 @@
26
import status.urls
27
28
urlpatterns = [
29
- path("api-auth", include("rest_framework.urls")),
30
- path("summernote", include("django_summernote.urls")),
31
- path("admin", admin.site.urls),
+ path("api-auth/", include("rest_framework.urls")),
+ path("summernote/", include("django_summernote.urls")),
+ path("admin/", admin.site.urls),
32
path("sponsors", include(sponsor.routers.get_router().urls)),
33
path("status", include(status.urls)),
34
]
0 commit comments