Re: Django Userena Problem
On 28-7-2012 19:43, Subhodip Biswas wrote:
> However now, once past sign in or signup forms, when it comes to fetch
> the profile using get_profiles(). I am getting a
> SiteProfileNotAvailable error for already existing accounts but no
> profile
And this is covered a bit later in the fine manual:
"The method get_profile() does not create a profile if one does not
exist. You need to register a handler for the User model's
django.db.models.signals.post_save signal and, in the handler, if
created is True, create the associated user profile"
However, this does not cover existing accounts that did not have a
profile. They're easily created though, even in a small script by
catching the UserProfile.DoesNotExist exception.
--
Melvyn Sopacua
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home