Open tbrlpld opened 1 month ago
When you create a bunch of images with factories you end up with just as many collections.
To avoid that, we should make use of Meta.django_get_or_create on the collection name.
Meta.django_get_or_create
When you create a bunch of images with factories you end up with just as many collections.
To avoid that, we should make use of
Meta.django_get_or_create
on the collection name.