“Bad marshal data” Django development server error

后端 未结 2 774
青春惊慌失措
青春惊慌失措 2021-01-12 14:51

Got this error while insterting data into my MySQL database

ValueError at /admin/arbkdb/arbkcompany/
bad marshal data (unknown type code)
Request Method: GET         


        
2条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-01-12 15:27

    Looks like is not a database problem but a corrupted files message. Removing *.pyc and *.pyo files solves this.

提交回复
热议问题