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 2d40c10 commit f3cf712Copy full SHA for f3cf712
config/urls.py
@@ -3,6 +3,7 @@
3
from django.conf.urls.static import static
4
from django.urls import path, include
5
6
+
7
urlpatterns = [
8
path('', include('portfolio.urls')),
9
path('admin/', admin.site.urls),
0 commit comments