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')) """