I was going through the Satchmo installation, everything looked liked it installed correctly, however, I got a 404 error when I went to http://127.0.0.1:8000/shop
This is the error dialog: Using the URLconf defined in mystore.urls, Django tried these URL patterns, in this order: 1. ^admin/print/(?P<doc>[-\w]+)/(?P<id>\d+) 2. ^admin/product/configurableproduct/(?P<id>\d+)/getoptions/ 3. ^admin/doc/ 4. ^accounts/ 5. ^shop/ 6. sitemap\.xml$ 7. settings/ 8. cache/ 9. ^admin/(.*) 10. ^static/(?P<path>.*)$ The current URL, shop, didn't match any of these. I assumed it was related to TEMPLATE_DIRS but everything looks normal: TEMPLATE_DIRS = (os.path.join(DIRNAME, "templates")) BTW, I am using Django 1.0 and Satchmo-trunk. If you could help me troubleshoot this, it would be great! Cheers Brett --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
