From 63dffd1d8061888fcab24609cf254ce73a3ed56d Mon Sep 17 00:00:00 2001 From: Mohamad Hesham Jenbaz Date: Tue, 22 Apr 2025 13:08:16 +0200 Subject: [PATCH] Your commit message --- excel_mimic/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/excel_mimic/urls.py b/excel_mimic/urls.py index 83998a3..bb88b3e 100644 --- a/excel_mimic/urls.py +++ b/excel_mimic/urls.py @@ -10,7 +10,7 @@ Function views Class-based views 1. Add an import: from other_app.views import Home 2. Add a URL to urlpatterns: path('', Home.as_view(), name='home') -Including another URLconf +Including another URLconftesting 1. Import the include() function: from django.urls import include, path 2. Add a URL to urlpatterns: path('blog/', include('blog.urls')) """