StatusChoices#
- class user.models.StatusChoices(value)#
Bases:
TextChoicesChoices for status
empty -> empty status if there is something failed and give empty status
pending -> coach has registered
review -> coach has fill coach form
approved -> coach approved by committee
membership -> coach is a member (pay membership fee)
onhold -> coach approved but payment not available
note : if this is change then client side need to change too :param TextChoices: [description] :type TextChoices: [type]
Attributes Summary
Attributes Documentation
- APPROVED = 'AP'#
- DEAD = 'DE'#
- EMPTY = ''#
- FREE = 'FR'#
- MEMBER = 'MB'#
- ON_HOLD = 'HD'#
- PENDING = 'PD'#
- REVIEW = 'RE'#
- do_not_call_in_templates = True#
- label#