The past sometimes refuses to let go.

That's why we have the delete button.
This commit is contained in:
De Lette 2022-10-24 21:49:50 +00:00
parent 536009589d
commit 833d3142d8
Signed by: dormouse
GPG key ID: 55AE59B937DD3A63

View file

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