The past sometimes refuses to let go.
That's why we have the delete button.
This commit is contained in:
parent
536009589d
commit
833d3142d8
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ Including another URLconf
|
||||||
"""
|
"""
|
||||||
from django.contrib import admin
|
from django.contrib import admin
|
||||||
from django.urls import path
|
from django.urls import path
|
||||||
from base_app.views import IndexView, LoremView, CVView, UkraineView
|
from base_app.views import IndexView
|
||||||
|
|
||||||
urlpatterns = [
|
urlpatterns = [
|
||||||
path('', IndexView.as_view()),
|
path('', IndexView.as_view()),
|
||||||
|
|
Loading…
Reference in a new issue