Source code for organisations.apps

from django.apps import AppConfig


[docs] class OrganisationsConfig(AppConfig): name = 'organisations'