# dumpdatapython manage.py dumpdata # 导出整个数据库的数据python manage.py dumpdata apps.model(对应的model) > model.json # 导出某个表的数据# 目前没有办法按条件导出数据