Commit cc78f09b authored by Star Neptune R. Sy's avatar Star Neptune R. Sy

forgot to add the url of the about app to the site wide urls.py

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