Some housekeeping I have to do as a part of #1923.
The naming and usage of this helper makes no sense. We use the AppSettingAPI to get the setting and its default value is defined in the Django settings. We will return a value regardless, so there is no need to query for an "override" separately. This should be simplified.
Some housekeeping I have to do as a part of #1923.
The naming and usage of this helper makes no sense. We use the
AppSettingAPI
to get the setting and its default value is defined in the Django settings. We will return a value regardless, so there is no need to query for an "override" separately. This should be simplified.