Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我试图在 Django 中加载数据时,它会抛出上述错误。
python manage.py loaddata path_of_file.py
loaddata 命令只接受序列化文件(如 json)或压缩文件(如 zip)。
https://docs.djangoproject.com/en/1.8/ref/django-admin/#loaddata-fixture-fixture