We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 277ddad commit 2f1746bCopy full SHA for 2f1746b
teleband/dashboards/urls.py
@@ -1,6 +1,7 @@
1
from django.urls import path
2
3
from teleband.dashboards.views import AssignmentListView, CourseListView, csv_view
4
+
5
app_name = "dashboards"
6
urlpatterns = [
7
path("", AssignmentListView.as_view(), name="assignment_list"),
0 commit comments