Commit a5e63a7a authored by Lay Villanueva's avatar Lay Villanueva

updated urls.py

added the path for the about app
parent f4bb6bba
......@@ -18,5 +18,6 @@ from django.urls import include, path
urlpatterns = [
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