Re: Admin refactoring

2010-02-11 Thread step
Anyone looked at this yet? http://bitbucket.org/izi/django-admin-tools/wiki/Home http://izimobil.org/django-admin-tools/docs/ -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-develop...@googlegrou

Re: Admin refactoring

2010-02-10 Thread Russell Keith-Magee
On Wed, Feb 10, 2010 at 6:41 PM, PauloS wrote: > Currently it is easy to change the template engine in a Django > project, but if you change the ORM layer you lost the whole Admin > thing, the very app that made Django so special. > > If we are talking about refactoring Admin code (not only html/c

Re: Admin refactoring

2010-02-10 Thread Richard Laager
On Wed, 2010-02-10 at 02:41 -0800, PauloS wrote: > If we are talking about refactoring Admin code (not only html/css > stuff), do you guys think it can be more decoupled from Django ORM? How so? > Is it possible to design some abstraction middleware to loose the bond > between admin and Django OR

Admin refactoring

2010-02-10 Thread PauloS
Currently it is easy to change the template engine in a Django project, but if you change the ORM layer you lost the whole Admin thing, the very app that made Django so special. If we are talking about refactoring Admin code (not only html/css stuff), do you guys think it can be more decoupled fro