Closed GoogleCodeExporter closed 8 years ago
The same can be achieved if you set AUTH_PROFILE_MODULE = 'profiles.profile' in
your settings.py file. This will
allow you to say user.get_profile(). James explains it best:
http://www.b-list.org/weblog/2006/jun/06/django-
tips-extending-user-model/
Original comment by npbor...@gmail.com
on 20 May 2008 at 1:12
Nice one...
I completely missed that - thanks for clarification.
Original comment by vvarpp
on 20 May 2008 at 1:21
Original comment by npbor...@gmail.com
on 20 May 2008 at 2:16
Original issue reported on code.google.com by
vvarpp
on 20 May 2008 at 12:56Attachments: