Remove traces of the old self.
This commit is contained in:
parent
cd7691df9e
commit
536009589d
1 changed files with 0 additions and 4 deletions
|
@ -18,9 +18,5 @@ from django.urls import path
|
||||||
from base_app.views import IndexView, LoremView, CVView, UkraineView
|
from base_app.views import IndexView, LoremView, CVView, UkraineView
|
||||||
|
|
||||||
urlpatterns = [
|
urlpatterns = [
|
||||||
path('admin/', admin.site.urls),
|
|
||||||
path('', IndexView.as_view()),
|
path('', IndexView.as_view()),
|
||||||
path('lorem-ipsum/', LoremView.as_view()),
|
|
||||||
path('curriculum-vitae/', CVView.as_view()),
|
|
||||||
path('ukraine/', UkraineView.as_view()),
|
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue