From 92aa083116f1b62eb4f857293874277f5f01717d Mon Sep 17 00:00:00 2001 From: Sylvain Boissel Date: Wed, 20 Mar 2024 19:40:13 +0100 Subject: [PATCH] Fix black issue --- config/urls.py | 1 + 1 file changed, 1 insertion(+) diff --git a/config/urls.py b/config/urls.py index a52e162f..9ab7a1db 100644 --- a/config/urls.py +++ b/config/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.conf.urls.static import static from django.urls import include, path