loefsys.groups.models.choices module

Module containing enums for choice fields in the models for groups.

class loefsys.groups.models.choices.FraternityGenders(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)

Bases: IntegerChoices

The possible type of the fraternity.

Fraternities are typically divided into three categories: mainly male, mainly female and mixed.

MIXED = 0

Used for mixed-gender fraternities.

FEMALE = 1

Used for mainly female fraternities.

MALE = 2

Used for mainly male fraternities.