I'll take a guess:  one of your apps, middleware or possibly even a
management command is generating this text.

Grep for it in your source code, and remove/disable.

Malcolm

On Sat, Feb 27, 2010 at 4:34 AM, Russell Keith-Magee <freakboy3...@gmail.com
> wrote:

> On Sat, Feb 27, 2010 at 4:07 AM, Joel Stransky <j...@stranskydesign.com>
> wrote:
> > 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?
>
> To the best of my knowledge, this isn't text that is produced by
> Django. I can't even think what might be generating this text. Without
> knowing the cause, there isn't much we can do to help.
>
> Yours,
> Russ Magee %-)
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com<django-users%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to