We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Date:2014-06-18 Title:Django 备份数据方法(1) Tags:Django,Mysql Category:It
python manage.py dumpdata <your_app> > temp_data.json ##做一些毁数据的活儿 python manage.py loaddata temp_data.json
There was an error while loading. Please reload this page.