Skip to content

core.installed_apps

Overview

Helpers for checking optional VUEDA Django apps.

is_installed

Return whether Django is configured to install app_name.

Signature

is_installed(app_name)

Parameters

NameTypeRequiredDescription
app_name<class 'str'>yes

Returns

<class 'bool'>

Source

server/vueda/core/installed_apps.py:14

vdq_is_installed

Return whether the VUEDA Dispatch Queue app is installed.

Signature

vdq_is_installed()

Returns

<class 'bool'>

Source

server/vueda/core/installed_apps.py:29

workflow_is_installed

Return whether the VUEDA workflow app is installed.

Signature

workflow_is_installed()

Returns

<class 'bool'>

Source

server/vueda/core/installed_apps.py:24

Source

server/vueda/core/installed_apps.py

Documents matching: server v3.0.0a1.post1client v3.0.0-alpha.2