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
| Name | Type | Required | Description |
|---|---|---|---|
| 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