If I understand your issue correctly, you want to regroup the way the admin
apps are displayed? Can't you just override the default admin index template
and display the app choices in your desired groupings?

Review this section and see if this will do what you need -
http://docs.djangoproject.com/en/dev/ref/contrib/admin/#overriding-admin-templates

-Chris

On Thu, Apr 30, 2009 at 2:15 PM, lzantal <[email protected]> wrote:

>
> Hi,
>
> I have a very unusual need. (long post)
> I am developing an e-store with satchmo.
> It fits all my needs but I need to rename and regroup the apps in
> admin view.
> Eg: It keeps customer/supplier info in Contact App, I would like to
> rename it to Customer and Supplier and move them into there own main
> Group.
>
> Since the default install does everything with the data the way I want
> it I would rather not touch
> the core files for this.
>
> I was thinking to do it 2 ways:
> 1: Create a Customer App and inherit the needed classes from satchmo's
> Contact models
> 2: Create the layout the way I want it and hardcode the calls for
> Contact view
>
> I am not to happy with eider of them.
> Does anyone done something similar?
> Would you mind sharing how you would go about to accomplish this?
>
> Sincerely
>
> Laszlo Antal
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Satchmo 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/satchmo-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to