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 0f503f5 commit c3c8c81Copy full SHA for c3c8c81
pyconkr/urls.py
@@ -16,8 +16,11 @@
16
from django.conf import settings
17
from django.contrib import admin
18
from django.urls import include, path
19
-from drf_spectacular.views import (SpectacularAPIView, SpectacularRedocView,
20
- SpectacularSwaggerView)
+from drf_spectacular.views import (
+ SpectacularAPIView,
21
+ SpectacularRedocView,
22
+ SpectacularSwaggerView,
23
+)
24
25
import sponsor.routers
26
0 commit comments