I am doing this in newforms-admin. As far as I cannot tell, you cannot
do this using the default root site, because the inline is diclared in
the parent model rather than the child model. The User creates and
registers with the default admin site on it's own, so you have to
declare your own AdminSite, subclass the
django.contrib.auth.admin.UserAdmin, and register Usey and your
subclassed object with your custom Adminsite object.

It works really well once I set it up.
--~--~---------~--~----~------------~-------~--~----~
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