Django must clean data from xml before save it to database?

后端 未结 0 1996
情歌与酒
情歌与酒 2021-01-06 07:05

I import the data from an xml file, using a script and not a form.

    products = tree.findall(\'item\')

        for product in products:
            prod =          


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