Commit c4049c23 authored by EJ Mejilla's avatar EJ Mejilla

Added a path to /homepage

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