error 502 bad gateway on www.djangoproject.com from Italy
Albert
I've been trying to figure out how to add more fields in the auth user
part of django. I looked through dozens of tutorials, and tried a lot
of things to no avail.
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django...@googlegroups.com.
To unsubscribe from this group, send email to django-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
And when I use the
AUTH_PROFILE_MODULE way, I am not getting the extra fields to show up
on my admin site. Can someone show me how to use it this way? I create
a model in an app, create additional fields in a UserProfile class,
and i syncdb, but nothing shows up in the auth_user section in the
admin page.
yes
--
regards
KG
http://lawgon.livejournal.com
Coimbatore LUG rox
http://ilugcbe.techstud.org/
no
I usually just write OneToOne against the User model for profiles. The
User.get_profile feels like such an anti-pattern and I think it's
going to go bye-bye sometime in the future anyways (particularly if we
get some kind of mechanism to lazy load a developer-defined User
model).