Class isolate_apps
Act as either a decorator or a context manager to register models defined in its wrapped context to an isolated registry.
Declaration
source linkDocumentation
The list of installed apps the isolated registry should contain must be
passed as arguments.
Two optional keyword arguments can be specified:
`attr_name`: attribute assigned the isolated registry if used as a class
decorator.
`kwarg_name`: keyword argument passing the isolated registry if used as a
function decorator.
Methods
▶ def __init__(self, *installed_apps, **kwargs) override