Commit 4b70feec authored by Gabriel Limbaga's avatar Gabriel Limbaga

Modified Project level urls.py

parent fe028b47
......@@ -17,6 +17,6 @@ from django.contrib import admin
from django.urls import include, path
urlpatterns = [
path('assignments/', include("assignments.urls")),
path('assignments/', include("assignments.urls", namespace="assignments")),
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