On Wed, Apr 8, 2009 at 5:14 PM, James <[email protected]> wrote:

>
> I'm a bit new to all this.
>
> I was trying to implement the UserProfile feature described here:
>
> http://www.thenestedfloat.com/articles/displaying-custom-user-profile-fields-in-djangos-admin
>
> But when it comes time to add that to the admin side of things (in
> appengine), I get the error:
> 'PropertiedClass' object is not iterable
>

You've left a good bit of info out that might help people help you.  First,
the full traceback of the error is always a good thing to include, as the
message alone is far less informative.  Second, some details on what exactly
you are running.  Last I knew, the Django admin interface is one of those
bits of Django that is not supported out-of-the-box in Goolge App Engine, so
you must be running with one of the add-on helper/patch projects?

My first guess would be this is an error in whatever you are running that
supports Django admin on GAE.  I've never heard of this error before using
plain Django (and can find no PropertiedClass reference in any of the Django
source code).  So you might also get better results asking in the group
dedicated to the app engine helper or patch code you are running.

Karen

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to