Hi Kai,
I have done this very similarly(after a lot of wrong ideas). I now
have it working using 'connect' instead of 'send'
def user_profile(sender, user, request, **kwargs):
profile = UserProfile(user= user)
profile.save()
from registration.signals import user_activated
user_activated.
On 23 Aug., 16:51, Kai Timmer wrote:
> Whats the problem here?
Really? Is no one able to point me in the right direction here? Or is
the question just to stupid?
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send em
2 matches
Mail list logo