标签: python django django-models django-forms
我正在开发一个应用程序,当我保存模型时,它会从API查询信息以完成字段。我应该在哪里实现这种逻辑?保存模型或信号?