Class override_system_checks
Act as a decorator. Override list of registered system checks. Useful when you override `INSTALLED_APPS`, e.g. if you exclude `auth` app, you also need to exclude its system checks.
Declaration
source linkDocumentation
Methods
▶ def __init__(self, new_checks, deployment_checks=None) override