标签: python django django-excel
我已经使用Django 1.8浏览了django excel文档,但还没有能够让save_book_to_database(...)工作。
save_book_to_database(...)
它要么无声地失败,要么发出以下错误:
'tuple' object has no attribute '_meta'
我已经按照文档中的语法进行了操作,但我不知道为什么它会无声地破坏或失败:http://django-excel.readthedocs.io/en/latest/