AdminConfig
The default AppConfig for admin which does autodiscovery.
Attributes
| Attribute | Type | Description |
|---|---|---|
| default | boolean = True | Boolean flag indicating that this is the default AppConfig for the admin application, which triggers the automatic discovery of admin modules. |
Constructor
Signature
def AdminConfig() - > null
Methods
ready()
@classmethod
def ready() - > null
The default AppConfig for admin which does autodiscovery.
Returns
| Type | Description |
|---|---|
null | Nothing is returned; the method is used for its side effects during application startup. |