First of all, are you using the AUTH_PROFILE_MODULE methodology? See
the documentation here:
http://docs.djangoproject.com/en/dev/topics/auth/?from=olddocs#storing-additional-information-about-users
If you've defined a foreign key on your People model, I would guess
you're not. This is preferrabl
This might answer your question:
http://groups.google.com/group/django-developers/browse_thread/thread/45bce29f331acb5e
Kevin Coyner wrote:
> I am using the Auth system in django and have a separate app People
> that I'm using to keep more detailed info (i.e. address, phone, etc)
> on my users.
I am using the Auth system in django and have a separate app People
that I'm using to keep more detailed info (i.e. address, phone, etc)
on my users. I presume from my docs reading that this is the best way.
Question: Can I use InlineModelAdmin to handle new user input from
just onepage, prefer
3 matches
Mail list logo