Re: Changing a model of place from the admin site

2010-08-17 Thread Mathieu Leduc-Hamel
Thanks Andy, It might be a solution and maybe the only one as you said. I'll maybe try it or somebody propose me this other solution: Create a subclass of the models classes i would like to move by creating proxy objects. It force you create sometime a large number of object but it might less

Re: Changing a model of place from the admin site

2010-08-17 Thread AndyB
I did something similar by subclassing AdminSite and overriding the index method. Copy the original method from contrib.admin and modify app_list before you render the template. It does break breadcrumbs and intermediate app pages (/admin/someapp/) but with some shameless hackery I fixed this

Changing a model of place from the admin site

2010-08-16 Thread Mathieu Leduc-Hamel
Hi all, I'm currently developing a e-commerce website using satchmo and django. I would like to simplify the admin pannel from the user perspective. This is why i would like to change the different group of models. Right now, these group are organized by application. But when using some external