Skip to content

enums

django_spire.contrib.seeding.field.enums

FieldSeederTypesEnum

Bases: str, Enum

LLM = 'llm' class-attribute instance-attribute

FAKER = 'faker' class-attribute instance-attribute

STATIC = 'static' class-attribute instance-attribute

CALLABLE = 'callable' class-attribute instance-attribute

CUSTOM = 'custom' class-attribute instance-attribute