标签: python django
收到错误:
Exception Type: ValueError at /institutes_admin/ Exception Value: invalid literal for int() with base 10: ''
完整追溯:http://www.pastie.org/1307821
答案 0 :(得分:0)
我想说你在模型上更新了一个实例变量,它应该是一个整数,但不能正确地转换为整数。