When ever I create a fixture via dumpdata, I get this text prior to the start of the data.
Please select your server identifier. 1) admin 2) aws 3) dipsy 4) dot 5) local 6) sdeng 7) soup 8) tomcatdev 9) www What server identifier would you like to use? [] So if I run: manage.py dumpdata > path/to/my/fixtures/myFixture.json I have to open the file and delete that text before I can run: manage.py loaddata myFixture. Anything I can do to prevent that text from getting saved into my fixture? Thanks. -- --Joel Stransky stranskydesign.com -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

