What is the proper way to use SHOP_URLS? I am looking to override the
following:

(r'^category/(?P<parent_slugs>[-\w]+/)*(?P<slug>[-\w]+)/$',
'category_view', {}, 'satchmo_category')

With something like this (changing 'category' to 'genre'):

(r'^genre/(?P<parent_slugs>[-\w]+/)*(?P<slug>[-\w]+)/$',
'category_view', {}, 'satchmo_category')

Also, is there a way, using SHOP_URLS or something else, to remove or
ignore or 'disable' a url from urlpatterns? For example, I am
anticipating there will be times when I would like to use a flatpage
for my homepage, instead of sachmo_shop_home. What is the best way to
accomplish this?

Lastly, when should one use SHOP_URLS (settings.py) over URLS
(local_settings.py), or vice versa?


--
Trevor

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