Page not found (404)

Request Method: GET
Request URL: http://167.172.151.232:6005/79/8851737032282/None

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

  1. [name='product_list']
  2. about/ [name='about']
  3. contact/ [name='contact']
  4. promocode/
  5. asset/
  6. insure/ [name='insure']
  7. insure/insure_eve [name='insure_eve']
  8. contact/addform [name='addform']
  9. admin/
  10. test/ [name='test']
  11. orders/
  12. cart
  13. invoice/
  14. new/
  15. reqinv/
  16. issue/
  17. qa/
  18. login/ [name='login']
  19. logout/ [name='logout']
  20. ^(?P<category_slug>[-\w]+)/$ [name='product_list_by_category']
  21. ^(?P<id>\d+)/(?P<productid>[-\w]+)/$ [name='productdetail']
  22. promocode/
  23. ^static\/(?P<path>.*)$
  24. ^files\/(?P<path>.*)$

The current path, 79/8851737032282/None, 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.