Module zut.django

Allow usage of entity classes defined in libraries that may or may not have Django as a dependency depending on the library usage.

Classes

Choices(value)

Class for creating enumerated choices.

IntegerChoices(value)

Class for creating enumerated integer choices.

TextChoices(value)

Class for creating enumerated string choices.