Skip to content

angee.storage.autoconfig

Settings fragments required by Angee storage.

SETTINGS

Django settings contributed when the storage addon is installed.

setting

python
def setting(name: str) -> Any

Return the live Django setting, defaulting to this addon's declared value.

Composed projects always carry the SETTINGS defaults; bare test settings do not, so runtime reads fall back to the one declaration above.

Released under the AGPL-3.0 License.