djangofloor.checks

Define checks integrated to the Django check framework

Django offers a system check framework, but that is called only after the Django setup. However, settings based on callables (like djangofloor.conf.config_values.CallableSetting) can also trigger some django.core.checks.Warning during the setting loading. Just append them to the settings_check_results list to delay them and display them just after the Django setup.

djangofloor.checks.get_pipeline_requirements()[source]
djangofloor.checks.missing_package(package_name, desc='')[source]
djangofloor.checks.pipeline_check(app_configs, **kwargs)[source]

Check if dependencies used by django-pipeline are installed.

djangofloor.checks.settings_check(app_configs, **kwargs)[source]