【发布时间】:2014-02-08 20:35:37
【问题描述】:
我正在尝试导出我的 SQLite 数据,然后导入 MySQL(在对 settings.py 文件进行适当更改之后)。这是我在尝试导入数据时看到的错误:
python manage.py loaddata < datadump.json
CommandError: No database fixture specified. Please provide the path of at least one fixture in the command line.
关于问题可能是什么的任何想法?
【问题讨论】:
标签: mysql django sqlite django-models