Move all the properties from Person model to Role model. Update all the comments and docs according to the changes. Remove Person model.
Patch by: Pawel Solyga
from django.dispatch import Signaltemplate_rendered = Signal(providing_args=["template", "context"])