check_dependencies
Check that the admin's dependencies are correctly installed.
def check_dependencies(
**kwargs: dict
) - > list
Check that the admin's dependencies are correctly installed.
Parameters
| Name | Type | Description |
|---|---|---|
| **kwargs | dict | Arbitrary keyword arguments passed by the Django system check framework. |
Returns
| Type | Description |
|---|---|
list | A list of Django check error and warning objects identifying missing applications, middleware, or template context processors required by the admin system. |