From 833d3142d8ba30199d4d4814cad3cf1d7f82ee74 Mon Sep 17 00:00:00 2001 From: De Lette Date: Mon, 24 Oct 2022 21:49:50 +0000 Subject: [PATCH] The past sometimes refuses to let go. That's why we have the delete button. --- plchweb/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plchweb/urls.py b/plchweb/urls.py index 86f4637..2a7f448 100644 --- a/plchweb/urls.py +++ b/plchweb/urls.py @@ -15,7 +15,7 @@ Including another URLconf """ from django.contrib import admin from django.urls import path -from base_app.views import IndexView, LoremView, CVView, UkraineView +from base_app.views import IndexView urlpatterns = [ path('', IndexView.as_view()),