1👍
✅
Ok, I finally figured it out.
I needed to call
f.save(using='myDb')
This change in the syntax is a bit confusing as I normally use something like
Feuilletemps.objects.using('myDb').get(f_id=1)
Source:stackexchange.com