SimpleAdminConfig
Simple AppConfig which does not do automatic discovery.
Attributes
| Attribute | Type | Description |
|---|---|---|
| default_auto_field | string = django.db.models.AutoField | The implicit primary key type to use for models within the admin application. |
| default_site | string = django.contrib.admin.sites.AdminSite | The Python dot path to the default admin site class used for instantiation. |
| name | string = django.contrib.admin | The full Python path to the application used for unique identification within the project. |
| verbose_name | string = Administration | The 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
| Type | Description |
|---|---|
null | Nothing is returned; the method performs side effects by registering checks with the Django system check framework. |