hi, when i try to open the shop in the lynx browser i am getting this
error:
Page not found (404)
Request Method: GET
Request URL: http://127.0.0.1:8000/shop
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. ^admin/(.*)
5. ^accounts/
6. ^store/
7. sitemap\.xml$
8. settings/
9. cache/
10. ^static/(?P<path>.*)$
The current URL, shop, didn't match any of these.
You're seeing this error because you have DEBUG = True in your
Django settings file. Change that to False, and Django will display a
standard 404 page.
Any help would be greatly appreciated, thanks.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---