Commit ff74aea5 authored by Jayson Lim's avatar Jayson Lim

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

parent fdf11feb
......@@ -20,5 +20,6 @@ from django.urls import include, path
urlpatterns = [
path('homepage/', include('Homepage.urls', namespace="Homepage")),
path('about/', include('About.urls', namespace="About")),
path('contact/', include('Contact.urls', namespace="Contact")),
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