python manage.py dumpdata –format=xml [app name] > [app name]/initial_data.xml
The best way that I know of to get the data loaded straight into an app that you are developing. I would remove the fixtures before deploying though…