reviewboard.admin.siteconfig¶
Loads and manages site configuration settings.
- load_site_config(full_reload: bool = False) Optional[SiteConfiguration] [source]¶
Load stored site configuration settings.
This populates the Django settings object with any keys that need to be there.
- Parameters:
full_reload (
bool
, optional) – Whether to perform a full reload. This would bypass some settings comparisons where necessary.- Returns:
The loaded site configuration, if any.
- Return type:
djblets.siteconfig.models.SiteConfiguration