Updated urls to fix error

parent 5a9f317c
......@@ -19,5 +19,5 @@ from django.urls import include, path
urlpatterns = [
path('admin/', admin.site.urls),
path('dashboard/', include('dashboard.urls', namespace="dashboard")),
path('calendar/', include('calendar.urls', namespace="calendar")),
path('widget_calendar/', include('widget_calendar.urls', namespace="widget_calendar")),
]
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