Added paths for app homepage, about, and contact

parent 1f41aefc
......@@ -18,4 +18,7 @@ from django.urls import path
urlpatterns = [
path('admin/', admin.site.urls),
path('homepage/', include('homepage.urls', namespace='homepage'))
path('about/', include('about.urls', namespace='about'))
path('contact/', include('contact.urls', namespace='contact'))
]
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