Skip to content

Commit

Permalink
update admin
Browse files Browse the repository at this point in the history
  • Loading branch information
jefer94 committed Sep 13, 2024
1 parent efd40c3 commit 0460787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion breathecode/authenticate/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ class AcademyAuthSettingsAdmin(admin.ModelAdmin):
list_display = ("academy", "github_is_sync", "github_errors", "github_username", "github_owner", "authenticate")
search_fields = ["academy__slug", "academy__name", "github__username", "academy__id"]
actions = (clean_errors, activate_github_sync, deactivate_github_sync, sync_github_members)
raw_id_fields = ["github_owner"]
raw_id_fields = ["github_owner", "google_cloud_owner"]

def get_queryset(self, request):

Expand Down

0 comments on commit 0460787

Please sign in to comment.