Hello Raj, On Saturday, June 18, 2011 8:52:44 AM UTC-7, raj wrote:
And when I use the > AUTH_PROFILE_MODULE way, I am not getting the extra fields to show up > on my admin site. Can someone show me how to use it this way? I create > a model in an app, create additional fields in a UserProfile class, > and i syncdb, but nothing shows up in the auth_user section in the > admin page. You probably need to register your UserProfile with the admin < https://docs.djangoproject.com/en/1.3/ref/contrib/admin/#django.contrib.admin.ModelAdmin >. Toodle-loooooooo............. 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/-/UKtW-QUIs48J. To post to this group, send email to [email protected]. 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.

