Its asking me to locate this admin.py file inside my application. I can't find this file. Should I just make one inside an application (after running the startapp function)?
On Jun 18, 12:40 pm, creecode <[email protected]> wrote: > 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.contr... > > >. > > Toodle-loooooooo............. > creecode -- You received this message because you are subscribed to the Google Groups "Django users" group. 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.

