1) Help
#python manage.py dumpdata --help
2) Create json fixture from table Template
#python manage.py dumpdata dbtemplates.Template > ~/Desktop/template.json
#python manage.py dumpdata --help
2) Create json fixture from table Template
#python manage.py dumpdata dbtemplates.Template > ~/Desktop/template.json
http://stackoverflow.com/questions/4002322/migrating-django-fixtures
ReplyDelete