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

Submodules#

openedx.core.djangoapps.site_configuration.management.commands.create_or_update_site_configuration module#

Create or updates the SiteConfiguration for a site.

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

Bases: BaseCommand

Management command to create or update SiteConfiguration.

add_arguments(parser)#

Entry point for subclassed commands to add custom arguments.

handle(*args, **options)#

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

help = 'Create or update SiteConfiguration'#
openedx.core.djangoapps.site_configuration.management.commands.create_or_update_site_configuration.load_json_from_file(filename)#

Module contents#