models.py¶
This module contains the manager model definition.
The manager is coupled to a apps.account.models.User
instance via the apps.healthperson.models.HealthPerson baseclass.
Inheritance-diagram:
Class definitions:
-
class
apps.healthperson.management.models.Manager(*args, **kwargs)[source]¶ Bases:
apps.healthperson.models.HealthPersonStores the manager with no extra information.
Parameters: - id (AutoField) –
- polymorphic_ctype_id (ForeignKey to
ContentType) – - added_on (DateField) –
- added_by_id (ForeignKey to
HealthPerson) – - healthperson_ptr_id (OneToOneField to
HealthPerson) –