enterprise.settings package#

Submodules#

enterprise.settings.common module#

Common plugin settings for the enterprise app.

enterprise.settings.common.plugin_settings(settings)#

Override platform settings for the enterprise app.

This is called by the Open edX plugin system during LMS/CMS startup. Add any Django settings overrides here (e.g. settings.SOME_FLAG = True).

Parameters:

settings – The Django settings module being configured.

enterprise.settings.production module#

Production plugin settings for the enterprise app.

enterprise.settings.test module#

These settings are here to use during tests, because django requires them.

In a real-world use case, apps in this project are installed into other Django applications, so these settings will not be used.

enterprise.settings.test.here(*args)#

Return the absolute path to a directory from this file.

enterprise.settings.test.root(*args)#

Return the absolute path to some file from the project’s root.

Module contents#