Published in: Other
python manage.py dumpdata --format=xml app_name > apps/app_name/initial_data.xml
You need to login to post a comment.
Beginning AppleScript (Programmer to Programmer)
Geared toward programmers with no prior development knowledge, Beginning AppleScript serves as a comprehensive guide to using AppleScript on the Mac OS X platform. This title introduces the reader to AppleScript, and then illustrates how to efficiently start writing scripts through sample programs as each concept is introduced.
wbowers on 04/15/08
sql textmate python xml dump django sqldump
Published in: Other
python manage.py dumpdata --format=xml app_name > apps/app_name/initial_data.xml
You need to login to post a comment.