My problem was in reading the description for settings_local and the
URL variable it say you can add or override urls there. It seems you
can only add. But in the settings file there is a variable called
SATCHMO_SETTINGS with a key SHOP_URLS, that does let you override any
url.

On Feb 10, 11:26 am, megaman821 <[email protected]> wrote:
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to