People HandlerΒΆ

This handler is responsible for business logic surrounding the Person model.

You can obtain a reference to the configured handler via get_people_handler().

You may override the default handler with config like:

[rattail]
people.handler = poser.people:PoserPeopleHandler

The default handler is rattail.people.PeopleHandler - see its documentation for a list of methods you can override.