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:

Inheritance diagram of apps.healthperson.management.models.Manager

Class definitions:

class apps.healthperson.management.models.Manager(*args, **kwargs)[source]

Bases: apps.healthperson.models.HealthPerson

Stores 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) –