Skip to content

Commit 2f1746b

Browse files
committed
trigger pr when this is pr'ed back to og
1 parent 277ddad commit 2f1746b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

teleband/dashboards/urls.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from django.urls import path
22

33
from teleband.dashboards.views import AssignmentListView, CourseListView, csv_view
4+
45
app_name = "dashboards"
56
urlpatterns = [
67
path("", AssignmentListView.as_view(), name="assignment_list"),

0 commit comments

Comments
 (0)