anvil_consortium_manager.adapters.managed_group module
Contains base adapter for accounts.
- class anvil_consortium_manager.adapters.managed_group.BaseManagedGroupAdapter
Bases:
ABCBase class to inherit when customizing the account adapter.
- after_anvil_create(managed_group)
Custom actions to run after a ManagedGroup is created by the app.
- get_list_table_class()
Return the table class to use for the ManagedGroupList view for staff view users.
- abstract property list_table_class
Table class to use in a list of ManagedGroups.
- anvil_consortium_manager.adapters.managed_group.get_managed_group_adapter()