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 中创建了一个数据库模型。但是我想将初始数据(以txt文件的形式,每一行对应一个数据)加载到这个模型中。我怎样才能做到这一点?
我知道如何直接将数据加载到 mysql 但不通过 django。
Django 的文档为您的用例提供了信息,请参阅[为模型提供初始数据][1] 您必须将数据存储为 JSON/YAML/JSON。
您可以转储现有数据python manage.py dumpdata
python manage.py dumpdata