We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1faed62 commit b1ff1eaCopy full SHA for b1ff1ea
portfolio/urls.py
@@ -1,6 +1,7 @@
1
from django.urls import path
2
from .views import IndexPageView
3
4
+
5
urlpatterns = [
6
path('', IndexPageView.as_view()),
7
]
0 commit comments