On Oct 24, 3:01 pm, kylewild <[EMAIL PROTECTED]> wrote: > thanks brian, good call > > I had read that and somehow not parsed it! > > However, I'm still having the issue after changing it to: > > AUTH_PROFILE_MODULE = 'chat.userprofile' > > (i tried myproject.userprofile as well) > > 'NoneType' object has no attribute '_default_manager' > /home/mochat/webapps/django/lib/python2.5/django/contrib/auth/ > models.py in get_profile, line 293 >
We really need more info before anyone can even guess. Try posting some code, including your model code and the call site where you are calling .get_profile(). --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---