openedx.core.djangoapps.plugins.management.commands package#

Submodules#

openedx.core.djangoapps.plugins.management.commands.compile_plugin_translations module#

Compile the translation files for the edx_django_utils.plugins.

class openedx.core.djangoapps.plugins.management.commands.compile_plugin_translations.Command(stdout=None, stderr=None, no_color=False, force_color=False)#

Bases: BaseCommand

Compile the translation files for the edx_django_utils.plugins.

handle(*args, **options)#

The actual logic of the command. Subclasses must implement this method.

openedx.core.djangoapps.plugins.management.commands.pull_plugin_translations module#

Download the translations via atlas for the edx-platform plugins (edx_django_utils.plugins).

For the XBlock command check the pull_xblock_translations command.

class openedx.core.djangoapps.plugins.management.commands.pull_plugin_translations.Command(stdout=None, stderr=None, no_color=False, force_color=False)#

Bases: BaseAtlasPullCommand

Pull the edx_django_utils.plugins translations via atlas.

For detailed information about atlas pull options check the atlas documentation:

handle(*args, **options)#

The actual logic of the command. Subclasses must implement this method.

Module contents#