Hello Jonathan,

See the "Storing additional information about 
users<https://docs.djangoproject.com/en/1.3/topics/auth/#storing-additional-information-about-users>"
 
section in the docs.  There it mentions the expected format of 
AUTH_PROFILE_MODULE.

I suspect what you need to do is wrap your UserProfile model up in it's own 
app if it isn't in one already.  Alternately you need to change the 
"models" in AUTH_PROFILE_MODULE to the name of your app.

Let us know if that works for you.

Toodle-looooooooo..............
creecode

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/HSX4NGpn66kJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to