Skip to content

angee.platform.apps

Django config for Angee's platform addon.

PlatformConfig

python
class PlatformConfig(AppConfig)

Source app manifest for the platform console.

The platform console is the home for Angee's admin surfaces. It owns the "platform menu" — a schema/metadata explorer that reflects the composed runtime (the addon registry, concrete models, fields, and relation edges) — and hosts the sections other base addons contribute into it (resources contributes the import ledger, operator contributes the daemon console). It holds no data tables; its reads are gated by the table-less platform/explorer REBAC anchor.

ready

python
def ready() -> None

Register the reconcile receiver + the installer-backend system check.

Released under the AGPL-3.0 License.