added a url path, /widgetusers/, to map user details, add, edit widget user...

added a url path, /widgetusers/, to map user details, add, edit widget user pages to this path instead of /dashboard/...
parent d21b4259
......@@ -19,6 +19,7 @@ from django.urls import path, include
urlpatterns = [
path("admin/", admin.site.urls),
path("dashboard/", include("dashboard.urls", namespace="dashboard")),
path("widgetusers/", include("dashboard.urls", namespace="widgetusers")),
path("assignments/", include("assignments.urls")),
path("forum/", include("forum.urls")),
path("calendar/", include("calendar_app.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