Skip to content

apps

django_spire.auth.group.apps

AuthGroupConfig

Bases: AppConfig

default_auto_field = 'django.db.models.BigAutoField' class-attribute instance-attribute

label = 'django_spire_auth_group' class-attribute instance-attribute

name = 'django_spire.auth.group' class-attribute instance-attribute

REQUIRED_APPS = ('django_spire_core', 'django_spire_auth') class-attribute instance-attribute

MODEL_PERMISSIONS = ({'name': 'group', 'model_class_path': 'django_spire.auth.group.models.AuthGroup', 'is_proxy_model': True},) class-attribute instance-attribute

ready

Source code in django_spire/auth/group/apps.py
def ready(self) -> None:
    check_required_apps(self.label)