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