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

check_apps_dependencies_order(dependencies)

Verify the ordering of dependent apps in INSTALLED_APPS.

check_nside_wefa_settings(section_name, ...)

Validate a subsection of the NSIDE_WEFA settings.