Assume I've created a user via API. Assume I want to add profile to this user. One thing I could do is to user filter(username__exact='username') but I think it is a bit ugly. I've noticed there is a completely undocumented function set_user_profile for each profile object, but I coudn't figure out how to use it.
Why do I need this? I want the user profile and user account to be created by user on the same page. Any solutions how can I do it? --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---