dash.management.commands package

Submodules

dash.management.commands.dash_find_broken_dashboard_entries module

class dash.management.commands.dash_find_broken_dashboard_entries.Command[source]

Bases: django.core.management.base.BaseCommand

handle(*args, **options)[source]

Adds the missing plugins to database (dash.models.DashboardPlugin). This command shall be ran every time a developer adds a new plugin.

dash.management.commands.dash_sync_plugins module

class dash.management.commands.dash_sync_plugins.Command[source]

Bases: django.core.management.base.BaseCommand

handle(*args, **options)[source]

Adds the missing plugins to database (dash.models.DashboardPlugin). This command shall be ran every time a developer adds a new plugin.

dash.management.commands.dash_update_plugin_data module

class dash.management.commands.dash_update_plugin_data.Command[source]

Bases: django.core.management.base.BaseCommand

handle(*args, **options)[source]

Updates the plugin data for all dashboard entries of all users. Rules for update are specified in the plugin itself.

This command shall be ran if significant changes have been made to the system for which the data shall be updated.

Module contents

Read the Docs v: 0.2.4
Versions
latest
0.3.2
0.3
0.2.4
0.1.4
Downloads
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.