Skip to content

Add ConferenceManagerMixin

Roang requested to merge feat/conference_manager_mixin into develop

This mixin is used to add a set of methods to the managers of the Conference related models. It is used to simplify the code and to ensure that the same logic is used in all models.

Merge request reports