1👍
✅
I think you can make use of django post_save signal for Cow
model. In the signal handler when new Cow
is added, you add it to all Cow_Batch
.
Source:stackexchange.com