Django: problem with assignment of the ForeignKey

后端 未结 0 711
半阙折子戏
半阙折子戏 2021-01-02 08:30

I want to update the database records from the Pandas DataFrame, and I faced an issue with the ForeignKey.

for i, r in df.iterrows():
    try:
        person          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题