Hi django fellows,

I scubclassed django's User model to create my own more complicated
model, I set it as my AUTH_PROFILE_MODULE in settings and I also wrote
my own backend to authenticate against this new class. So far no
problems. However, I also overrode User's Admin class and changed the
'fields' tuple, but nothing seems to have changed.

What should I do more to make the admin interface reflect these
settings and display the additional fields I need to edit?

Thanks,
Dan


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to