I know this question is a month old, but figured I'd offer some help in case someone else has a similar question.
The 'shop' url is not set in a urls.py, instead it is set in your stores settings.py. The field 'SHOP_BASE' in SATCHMO_SETTINGS is the path to the root of your store. Make sure it is set as '/shop' then your URL should work. On Friday, May 18, 2012 1:18:52 PM UTC-6, John wrote: > > Hi > > I've followed http://www.satchmoproject.com/docs/dev/new_installation.html > and set up a sample shop with the clone script. > > When I go to http://127.0.0.1:8000/shop I get 404. Below is the error > message: > > Page not found (404) > Request Method: GET > Request URL: http://127.0.0.1:8000/shop > Using the URLconf defined in store.urls, Django tried these URL > patterns, in this order: > ^admin/doc/ > ^accounts/ > ^settings/ > ^cache/ > ^admin/product/configurableproduct/(?P<id>\d+)/getoptions/ > [name='satchmo_admin_configurableproduct'] > ^admin/inventory/edit/$ [name='satchmo_admin_edit_inventory'] > ^inventory/export/$ [name='satchmo_admin_product_export'] > ^inventory/import/$ [name='satchmo_admin_product_import'] > ^admin/(?P<product_id>\d+)/variations/$ > [name='satchmo_admin_variation_manager'] > ^admin/variations/$ [name='satchmo_admin_variation_list'] > ^admin/print/(?P<doc>[-\w]+)/(?P<id>\d+) > [name='satchmo_print_shipping'] > ^$ [name='satchmo_shop_home'] > ^add/$ [name='satchmo_smart_add'] > ^cart/$ [name='satchmo_cart'] > ^cart/accept/$ [name='satchmo_cart_accept_terms'] > ^cart/add/$ [name='satchmo_cart_add'] > ^cart/add/ajax/$ [name='satchmo_cart_add_ajax'] > ^cart/qty/$ [name='satchmo_cart_set_qty'] > ^cart/qty/ajax/$ [name='satchmo_cart_set_qty_ajax'] > ^cart/remove/$ [name='satchmo_cart_remove'] > ^cart/remove/ajax/$ [name='satchmo_cart_remove_ajax'] > ^checkout/ > ^contact/$ [name='satchmo_contact'] > ^history/$ [name='satchmo_order_history'] > ^quickorder/$ [name='satchmo_quick_order'] > ^tracking/(?P<order_id>\d+)/$ [name='satchmo_order_tracking'] > ^search/$ [name='satchmo_search'] > ^product/ > ^category/ > ^contact/thankyou/$ [name='satchmo_contact_thanks'] > ^sitemap\.xml$ [name='satchmo_sitemap_xml'] > ^admin/ > ^media\/(?P<path>.*)$ > The current URL, shop, didn't match any of these. > > Simply the URL doesn't seem right. > > Thanks -- You received this message because you are subscribed to the Google Groups "Satchmo users" group. To view this discussion on the web visit https://groups.google.com/d/msg/satchmo-users/-/lUHYpF_DBnEJ. 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.
