You said you are using django.contrib.auth.models.User as your User model, but that doesn't have a "foos" property. Can you share the models that you are using? Are you creating a subclass User that extends django.contrib.auth.models.User and adds foos and a ForeignKey? Is foos a ManyToManyField, OneToOneField, or just a ForeignKey to a Foos model which has a name property?
Thanks, Furbeenator On Wed, Nov 2, 2011 at 8:27 AM, Jordan <[email protected]> wrote: > Yes, it does work in runserver, as might be expected since runserver > uses exact same environment as the shell. > > So that established, how can I fix it? > > On Nov 1, 9:04 pm, Andy McKay <[email protected]> wrote: > > Is this using the Django built in runserver or some other way of serving > > pages? If not try using runserver. > > -- > 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. > > -- 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.

