Commit 7e12f1c0 authored by Jan Enzo Salvador's avatar Jan Enzo Salvador

Added forum.urls to the project urlpatterns

parent 70b45164
......@@ -19,5 +19,6 @@ from django.urls import path, include
urlpatterns = [
path("admin/", admin.site.urls),
path("dashboard/", include("dashboard.urls", namespace="dashboard")),
path("assignments/", include("assignments.urls"))
path("assignments/", include("assignments.urls")),
path("forum/", include("forum.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