Skip to content

angee.storage.apps

Django config for Angee's storage addon.

StorageConfig

python
class StorageConfig(AppConfig)

Source app manifest for the Angee file domain.

The addon owns credentialed storage backends, addressable drives, folder trees, content-addressed file rows, and polymorphic attachments — nothing else. Renditions, virus scanning, extraction, and search are downstream addons that attach through FileAttachment or the file_finalized signal.

ready

python
def ready() -> None

Wire storage-owned signal receivers after app population.

Released under the AGPL-3.0 License.