fobi.management.commands package¶
Submodules¶
fobi.management.commands.fobi_find_broken_entries module¶
fobi.management.commands.fobi_sync_plugins module¶
-
class
fobi.management.commands.fobi_sync_plugins.Command(stdout=None, stderr=None, no_color=False)[source]¶ Bases:
django.core.management.base.BaseCommandAdds the missing plugins to database.
This command shall be ran every time a developer adds a new plugin. The following plugins are affected:
fobi.models.FormElementPluginfobi.models.FormHandlerPlugin
fobi.management.commands.fobi_update_plugin_data module¶
-
class
fobi.management.commands.fobi_update_plugin_data.Command(stdout=None, stderr=None, no_color=False)[source]¶ Bases:
django.core.management.base.BaseCommandUpdates the plugin data for all 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.