apps.ready Boolean attribute that is set to True after the registry is fully populated and all AppConfig
apps.get_app_configs() Returns an iterable of AppConfig instances.
apps.is_installed(app_name) Checks whether an application with the given name exists in the registry. app_name
AppConfig.ready() [source] Subclasses can override this method to perform initialization
AppConfig.verbose_name Human-readable name for the application, e.g. “Administration”. This
AppConfig.models_module Module containing the models, e.g. <module 'django.contrib.admin.models' from 'django/contrib/admin/models
apps.get_model(app_label, model_name) Returns the
AppConfig.get_model(model_name) [source] Returns the
setup(set_prefix=True) [source] Configures Django by:
AppConfig.label Short name for the application, e.g. 'admin' This attribute allows
Page 1 of 2