Skip to main content

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

NameTypeDescription
**kwargsdictArbitrary keyword arguments passed by the Django system check framework.

Returns

TypeDescription
listA list of Django check error and warning objects identifying missing applications, middleware, or template context processors required by the admin system.