I'm not sure if this will solve your problem, but here's what I did to customize an admin "portal" for satchmo.
In my urls.py file http://satchmo.python-hosting.com/file/trunk/satchmo/urls.py I redirected /admin to my custom view. http://satchmo.python-hosting.com/file/trunk/satchmo/shop/views/admin-portal.py This view looks for ?legacy=True in the URL. If it's there, it redirects to the default home page. This way, all of my links go back to the "custom" admin home page but I have the option of viewing the default admin homepage. Hopefully this helps somewhat. Good luck. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---