Skip to content

Commit

Permalink
admin
Browse files Browse the repository at this point in the history
  • Loading branch information
annagav committed Feb 6, 2025
1 parent 3bca7eb commit f594f15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions courses/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ class CourseAdmin(admin.ModelAdmin):

model = Course
search_fields = ["title", "departments__name", "readable_id"]
ordering = ("id", )
list_display = (
"id",
"title",
Expand Down

0 comments on commit f594f15

Please sign in to comment.