Update the existing 'create_site_configuration' management command
Updates the existing command, after renaming it, to allow: * Specifying the site ID instead of the domain. * Updating the existing site configuration parameters. * Enabling and disabling the SiteConfiguration instance.
Showing
- openedx/core/djangoapps/site_configuration/management/commands/create_or_update_site_configuration.py 114 additions, 0 deletions...anagement/commands/create_or_update_site_configuration.py
- openedx/core/djangoapps/site_configuration/management/commands/create_site_configuration.py 0 additions, 50 deletions...guration/management/commands/create_site_configuration.py
- openedx/core/djangoapps/site_configuration/management/commands/tests/fixtures/config1.json 4 additions, 0 deletions...iguration/management/commands/tests/fixtures/config1.json
- openedx/core/djangoapps/site_configuration/management/commands/tests/test_create_or_update_site_configuration.py 176 additions, 0 deletions...ommands/tests/test_create_or_update_site_configuration.py
- openedx/core/djangoapps/site_configuration/management/commands/tests/test_create_site_configuration.py 0 additions, 52 deletions...nagement/commands/tests/test_create_site_configuration.py
Loading
Please register or sign in to comment