Skip to content

Commit

Permalink
update-site-prefs-admin
Browse files Browse the repository at this point in the history
  • Loading branch information
zamuzakki committed May 2, 2024
1 parent 13240c7 commit aac927c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions django_project/core/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ class SitePreferencesAdmin(admin.ModelAdmin):
'api_config',
)
}),
('Output Group to Keep', {
'fields': (
'output_group_to_keep',
)
}),
)


Expand Down

0 comments on commit aac927c

Please sign in to comment.