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 (see http://docs.djangoproject.com/en/dev/ref/contrib/admin/#ref-contrib-admin) 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 -~----------~----~----~----~------~----~------~--~---

