I am having this exact issue. How does one instantiate a userprofile object?
I've tried something like new_profile = user_profile(user=some_user) but it gives me an error. I'm really not sure what to do, I follow the guide linked above but now I'm stuck. Thanks in advance. -Dougal On Dec 2, 6:00 pm, "scum" <[EMAIL PROTECTED]> wrote: > > 1. You have to explicitly instantiate and save aUserProfileobject > > before get_profile() will do anything -- Django will not implicitly > > create objects for you in the shell like that.This is what I need to know. > > Thanks James. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---