Skip to content

Commit 45535b0

Browse files
committed
update: 활성화 된 settings 값을 사용하도록 수정
1 parent 3ffb90e commit 45535b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyconkr/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"""
1616
from django.contrib import admin
1717
from django.urls import include, path
18+
from django.conf import settings
1819

1920
from drf_spectacular.views import (
2021
SpectacularAPIView,
@@ -23,7 +24,6 @@
2324
)
2425

2526
import sponsor.routers
26-
import pyconkr.settings as settings
2727

2828
urlpatterns = [
2929
path("api-auth/", include("rest_framework.urls")),

0 commit comments

Comments
 (0)