Thats the way im doing it now. Copying or inheriting contrib.admin forms and AdminModels and modifying them so i have an interface like the original user admin interface.
But that seems to me a HUGE pain in the f****** a**. Maybe that could have a better model so it may be more reusable, i dont know. Thank you anyway! On 17 set, 14:41, "Gabriel ." <[email protected]> wrote: > Hello, > > On Thu, Sep 17, 2009 at 1:08 PM, > WillyBadHair<[email protected]> wrote: > > Well, after writing so much bad code, my goal would only to have the > > > complete admin screen > > for users without having to write entirely new admin model config for > > my new models, using as > > much as already writen django admin code :D > > > Is that possible? > > You can write custom admin for your models > (seehttp://docs.djangoproject.com/en/dev/ref/contrib/admin/#ref-contrib-a...) > > You can take as example the one from contrib.auth > > -- > Kind Regards --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

