Check entity existence before trying to create it
Closes #19 (closed)
Using a get_or_create
directly would make us lose the benefits of bulk creation. That's why I checked the existence first.
Closes #19 (closed)
Using a get_or_create
directly would make us lose the benefits of bulk creation. That's why I checked the existence first.