Commit 406022e0 authored by Jayson Lim's avatar Jayson Lim

added a URL to the site-wide URL to connect the URL file of the About app

parent ca2ca872
......@@ -18,6 +18,7 @@ from django.contrib import admin
from django.urls import include, path
urlpatterns = [
path('Homepage/', include('Homepage.urls', namespace="Homepage")),
path('homepage/', include('Homepage.urls', namespace="Homepage")),
path('about/', include('About.urls', namespace="About")),
path('admin/', admin.site.urls),
]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment