seeder
django_spire.knowledge.entry.seeding.seeder
EntrySeeder
Bases: Seeder
django_spire.knowledge.entry.seeding.seeder
EntrySeeder
Bases: Seeder
django_spire/contrib/seeding/seeder.py model_class = models.Entry
class-attribute
instance-attribute
fields_seeds = {'id': Seeder.exclude(), 'current_version_id': Seeder.exclude(), 'collection_id': Seeder.model.random_foreign_key(Collection), 'name': Seeder.llm(str, 'A name for a document in a company knowledge base: a policy or process article.')}
class-attribute
instance-attribute