Skip to main content

SimpleAdminConfig

Simple AppConfig which does not do automatic discovery.

Attributes

AttributeTypeDescription
default_auto_fieldstring = django.db.models.AutoFieldThe implicit primary key type to use for models within the admin application.
default_sitestring = django.contrib.admin.sites.AdminSiteThe Python dot path to the default admin site class used for instantiation.
namestring = django.contrib.adminThe full Python path to the application used for unique identification within the project.
verbose_namestring = AdministrationThe human-readable display name for the administration application used in the interface.

Constructor

Signature

def SimpleAdminConfig()

Methods


ready()

@classmethod
def ready() - > null

Performs application initialization by registering system checks for administrative dependencies and configuration.

Returns

TypeDescription
nullNothing is returned; the method performs side effects by registering checks with the Django system check framework.