Hi Shawn,

Thanks for pointing me in the right direction. Really appreciated.
I'll check it out.

ALJ

On Feb 8, 4:42 pm, Shawn Milochik <sh...@milochik.com> wrote:
> ALJ,
>
> I think you'd greatly benefit from just using this:
>
> http://docs.djangoproject.com/en/1.1/topics/auth/#storing-additional-...
>
> You can create a model to store all your info, and use the built-in 
> settings.py option AUTH_PROFILE_MODULE.
> Essentially you're adding fields to the User model without having to subclass 
> it.
>
> This way, you can take full advantage of contrib.auth.models.User, while at 
> the same time doing any customizations. The nice thing is that
> you can easily do userobject.get_profile() to pull the instance of your 
> custom class.
>
> Shawn

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