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.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---