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 45535b0 commit 0f503f5Copy full SHA for 0f503f5
pyconkr/urls.py
@@ -13,15 +13,11 @@
13
1. Import the include() function: from django.urls import include, path
14
2. Add a URL to urlpatterns: path('blog/', include('blog.urls'))
15
"""
16
+from django.conf import settings
17
from django.contrib import admin
18
from django.urls import include, path
-from django.conf import settings
19
-
20
-from drf_spectacular.views import (
21
- SpectacularAPIView,
22
- SpectacularRedocView,
23
- SpectacularSwaggerView,
24
-)
+from drf_spectacular.views import (SpectacularAPIView, SpectacularRedocView,
+ SpectacularSwaggerView)
25
26
import sponsor.routers
27
0 commit comments