Skip to content

Commit

Permalink
fix admin
Browse files Browse the repository at this point in the history
  • Loading branch information
jefer94 committed Oct 12, 2023
1 parent c79646b commit 84f86a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions breathecode/commons/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ class TaskWatcherAdmin(admin.ModelAdmin):
list_display = ['user', 'email', 'on_error', 'on_success', 'watch_progress']
search_fields = ['email', 'user__email', 'user__username', 'user__first_name', 'user__last_name']
list_filter = ['on_error', 'on_success', 'watch_progress']
raw_id_fields = ['user']

0 comments on commit 84f86a5

Please sign in to comment.