如何在django管理命令中使用不同的数据库

时间:2015-09-10 05:40:32

标签: python django

我在我的测试中使用django管理命令

from django.core.management import call_command
call_command('loadusers')

现在我在外部服务器上有数据库,我想在django当前正在执行测试的数据库上执行此命令。

我怎么能

call_command('loadusers', database="external")

0 个答案:

没有答案