Hi, On Thu, 30 Apr 2009 6:21 pm, Chris Moffitt wrote: > 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 > Thank you for your reply. I will read the link you gave me. What I did is overwrote the admin/index.html file and named everything the way I need it and added the link manually. Eg: Customers ->links to-> contact with the filter to show customers. It works great. I still need to change the title on each page but that should not be a big deal.
Thank you lzantal > 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 > > 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 -~----------~----~----~----~------~----~------~--~---
