class documentation

class AppConfigStub(AppConfig):

View In Hierarchy

Stub of an AppConfig. Only provides a label and a dict of models.
Method __init__ Undocumented
Method import​_models Undocumented
Instance Variable apps Undocumented
Instance Variable label Undocumented
Instance Variable models Undocumented
Instance Variable name Undocumented

Inherited from AppConfig:

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.
Method ready Override this method in subclasses to run code when Django starts.
Instance Variable models​_module Undocumented
Instance Variable module Undocumented
Instance Variable path Undocumented
Instance Variable verbose​_name Undocumented
Method __repr__ Undocumented
Method ​_path​_from​_module Attempt to determine app's filesystem path from its module.
Property ​_is​_default​_auto​_field​_overridden Undocumented
Property default​_auto​_field Undocumented
def __init__(self, label):

Undocumented

def import_models(self):

Undocumented

apps =

Undocumented

label =

Undocumented

models =

Undocumented

name =

Undocumented