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 3ffb90e commit 45535b0Copy full SHA for 45535b0
pyconkr/urls.py
@@ -15,6 +15,7 @@
15
"""
16
from django.contrib import admin
17
from django.urls import include, path
18
+from django.conf import settings
19
20
from drf_spectacular.views import (
21
SpectacularAPIView,
@@ -23,7 +24,6 @@
23
24
)
25
26
import sponsor.routers
-import pyconkr.settings as settings
27
28
urlpatterns = [
29
path("api-auth/", include("rest_framework.urls")),
0 commit comments