angee.platform.signals
Post-migrate reconcile of the platform Addon reflection table.
Mirrors Django's content-type / permission sync (create_contenttypes): a thin post_migrate receiver that delegates the work to AddonManager, honoring the DB alias + the migration router + the not-yet-created table exactly as that pattern does. (Angee's other derived facts use explicit post-migrate commands; this one follows Django's signal pattern because it reflects the same kind of composer-derived metadata content types do.)
connect
python
def connect() -> NoneRegister the addon-reflection receiver once.