Page not found (404)

Request Method: GET
Request URL: http://www.allercheap.com/products/products/item/119_139/

Using the URLconf defined in allerchep.urls, Django tried these URL patterns, in this order:

  1. ^$ [name='index']
  2. ^contact/$ [name='contact']
  3. ^aboutus/$ [name='aboutus']
  4. ^guanli/$ [name='guanli']
  5. ^gestion/
  6. ^accounts/
  7. ^products/ ^item/(?P<url>\w+)/$ [name='item']
  8. ^products/ ^cart/$ [name='cart']
  9. ^products/ ^itemadded/$ [name='itemadded']
  10. ^products/ ^confirmorder/$ [name='confirmorder']
  11. ^products/ ^question/(?P<url>\w+)/$ [name='question']
  12. ^products/ ^allproducts/$ [name='allproducts']
  13. ^products/ ^catprodlist/(?P<id>\d+)/$ [name='catprodlist']
  14. ^products/ ^cjprodlist/(?P<id>\d+)/$ [name='cjprodlist']
  15. ^products/ ^search/(?P<kw>\w+)/$ [name='searchkw']
  16. ^products/ ^search/$ [name='search']
  17. ^my404/$ [name='my404']
  18. ^my500/$ [name='my500']
  19. ^media\/(?P<path>.*)$

The current URL, products/products/item/119_139/, 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.