seed
django_spire.knowledge.collection.seeding.seed
parent_collection_seeder = CollectionSeeder(count=1)
module-attribute
child_collection_seeder = ChildCollectionSeeder(count=4)
module-attribute
grandchild_collection_seeder = GrandchildCollectionSeeder(count=3)
module-attribute
entry_seeder = EntrySeeder(count=15)
module-attribute
EntrySeeder
Bases: Seeder