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()),