8
Try object.save(using='the_db')
Relative django documentation: https://docs.djangoproject.com/en/dev/topics/db/multi-db/#moving-an-object-from-one-database-to-another
Source:stackexchange.com
8
Try object.save(using='the_db')
Relative django documentation: https://docs.djangoproject.com/en/dev/topics/db/multi-db/#moving-an-object-from-one-database-to-another