nside_wefa.utils.checks¶
Utility functions to implement Django system checks for nside_wefa.
This module provides helpers used by the nside_wefa Django apps to validate project configuration and application ordering:
check_nside_wefa_settings: validates NSIDE_WEFA.<SECTION> configuration.
check_apps_dependencies_order: verifies INSTALLED_APPS ordering for dependent apps.
See also - Django system check framework: https://docs.djangoproject.com/en/stable/topics/checks/
Functions
|
Verify the ordering of dependent apps in |
|
Validate a subsection of the |