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
"""Django Unit Test and Doctest framework."""from django.test.client import Clientfrom django.test.testcases import TestCase