faust.fixups

Transport registry.

faust.fixups.fixups(app: faust.types.app.AppT) → Iterator[faust.types.fixups.FixupT][source]

Iterate over enabled fixups.

Fixups are installed by setuptools, using the ‘faust.fixups’ namespace.

Fixups modify the Faust library to work with frameworks such as Django.

Return type

Iterator[FixupT]