class documentation

class AdminConfig(SimpleAdminConfig):

View In Hierarchy

The default AppConfig for admin which does autodiscovery.
Method ready Override this method in subclasses to run code when Django starts.
Class Variable default Undocumented

Inherited from SimpleAdminConfig:

Class Variable default​_site Undocumented
Class Variable default​_auto​_field Undocumented
Class Variable name Undocumented
Class Variable verbose​_name Undocumented

Inherited from AppConfig (via SimpleAdminConfig):

Class Method create Factory that creates an app config from an entry in INSTALLED_APPS.
Method get​_model Return the model with the given case-insensitive model_name.
Method get​_models Return an iterable of models.
Instance Variable label Undocumented
Instance Variable models​_module Undocumented
Instance Variable module Undocumented
Instance Variable path Undocumented
Method __init__ Undocumented
Method __repr__ Undocumented
Method ​_path​_from​_module Attempt to determine app's filesystem path from its module.
Method import​_models Undocumented
Instance Variable apps Undocumented
Instance Variable models Undocumented
Property ​_is​_default​_auto​_field​_overridden Undocumented
def ready(self):
Override this method in subclasses to run code when Django starts.
default: bool =

Undocumented