2009/2/10 megaman821 <[email protected]> > > In my local settings file a I have: > > from django.conf.urls.defaults import * > URLS = patterns('', > (r'^$','localsite.views.home', {}, 'satchmo_shop_home'), > ) > > The goal is to override the home page and to send it to my custom > written view. Unfortunately it only seems to go the one in > shop.urls.home.
My solution is on the wiki of satchmo, I cannot remember the exact url. It's possible in a very clean way. -- Alessandro Ronchi Skype: aronchi http://www.alessandroronchi.net SOASI Soc.Coop. - www.soasi.com Sviluppo Software e Sistemi Open Source Sede: Via Poggiali 2/bis, 47100 Forlì (FC) Tel.: +39 0543 798985 - Fax: +39 0543 579928 Rispetta l'ambiente: se non ti è necessario, non stampare questa mail --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
