diff --git a/core/urls.py b/core/urls.py index d38994a..fbef324 100644 --- a/core/urls.py +++ b/core/urls.py @@ -13,6 +13,7 @@ 1. Import the include() function: from django.urls import include, path 2. Add a URL to urlpatterns: path('blog/', include('blog.urls')) """ + from django.conf import settings from django.contrib import admin from django.urls import include, path