openedx_authz.settings package#

Submodules#

openedx_authz.settings.common module#

Common settings for openedx_authz plugin.

openedx_authz.settings.common.plugin_settings(settings)

Configure plugin settings for Open edX. This function is called by the Open edX plugin system to configure the Django settings for this plugin.

Parameters:

settings – The Django settings object

openedx_authz.settings.production module#

Production settings for openedx_authz plugin.

openedx_authz.settings.production.plugin_settings(settings)

Configure plugin settings for Open edX. This function is called by the Open edX plugin system to configure the Django settings for this plugin.

Parameters:

settings – The Django settings object

openedx_authz.settings.test module#

Test settings for openedx_authz plugin.

openedx_authz.settings.test.plugin_settings(settings)

Configure plugin settings for Open edX. This function is called by the Open edX plugin system to configure the Django settings for this plugin.

Parameters:

settings – The Django settings object

Module contents#