django -admin.py dumpdata yourapp could dump for that purpose. Or if you use MySQL, you could use the mysqldump command to dump the whole database. And this ...
確定! 回上一頁