From cf6002f32727f06dcde8c8d3db3aa8f30f9883c4 Mon Sep 17 00:00:00 2001 From: Bogdan Peter Date: Wed, 13 Mar 2024 13:59:49 +0200 Subject: [PATCH] format file Signed-off-by: Bogdan Peter --- testapp/testapp/urls.py | 1 + 1 file changed, 1 insertion(+) diff --git a/testapp/testapp/urls.py b/testapp/testapp/urls.py index 96faa94..ab2af97 100644 --- a/testapp/testapp/urls.py +++ b/testapp/testapp/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.contrib import admin from django.urls import path