class documentation

class SimpleAdminConfig(AppConfig): (source)

Known subclasses: django.contrib.admin.apps.AdminConfig

View In Hierarchy

Simple AppConfig which does not do automatic discovery.

Method ready Override this method in subclasses to run code when Django starts.
Class Variable default_auto_field Undocumented
Class Variable default_site Undocumented
Class Variable name Undocumented
Class Variable verbose_name Undocumented

Inherited from AppConfig:

Class Method create Factory that creates an app config from an entry in INSTALLED_APPS.
Method __init__ Undocumented
Method __repr__ Undocumented
Method get_model Return the model with the given case-insensitive model_name.
Method get_models Return an iterable of models.
Method import_models Undocumented
Instance Variable apps Undocumented
Instance Variable label Undocumented
Instance Variable models Undocumented
Instance Variable models_module Undocumented
Instance Variable module Undocumented
Instance Variable path Undocumented
Method _path_from_module Attempt to determine app's filesystem path from its module.
Property _is_default_auto_field_overridden Undocumented
def ready(self): (source)

Override this method in subclasses to run code when Django starts.

default_auto_field: str = (source)
default_site: str = (source)

Undocumented

Undocumented

verbose_name = (source)

Undocumented