2009/5/24 Fernando Perez :
> So I tried to implement Django's AutoAdmin, but actually it quite
> quickly blew in my face. Although the views all look similar, there
> almost as many little differences as they are models and that's painful
> to abstract. So I prefer to write my views for each model.
So I tried to implement Django's AutoAdmin, but actually it quite
quickly blew in my face. Although the views all look similar, there
almost as many little differences as they are models and that's painful
to abstract. So I prefer to write my views for each model.
Now I have another problem, so