Page not found (404)

Request Method: GET
Request URL: http://www.hoopeen.com/product/pipeline-water-supply-equipment/pump/148

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

  1. i18n/
  2. sitemap.xml [name='django.contrib.sitemaps.views.index']
  3. sitemap-(?P<section>.+)-(?P<page>\d+)\.xml$ [name='sitemaps']
  4. favicon.ico
  5. robots.txt
  6. photologue/
  7. ckeditor/
  8. select2/
  9. nested_admin/
  10. accounts/
  11. ^static\/(?P<path>.*)$
  12. ^media\/(?P<path>.*)$
  13. jsi18n.js [name='jsi18n']
  14. admin_tools/
  15. miadmin/
  16. miadmin/
  17. miadmin/doc/
  18. [name='home']
  19. ^product/(?P<category_main>[a-z0-9]+(?:-\w+)*)/(?P<category_sub>[a-z0-9]+(?:-\w+)*)/(?P<slug>[a-z0-9]+(?:-\w+)*)\.html$ [name='product']
  20. ^products/(?:(?P<category_main>(?!search)[a-z-]+)/)?(?:(?P<category_sub>(?!search)[a-z-]+)/)?(?:search/(?P<search>(?:[^\s/]+/)*?))?(?:(?P<page>\d+)/)?$ [name='products']
  21. ^product/(?P<category_main>[a-z-]+)/(?:(?P<category_sub>[a-z-]+)/)?$
  22. ^announcement/(?P<type_slug>[a-z]+(?:-\w+)*)/(?P<slug_id>[a-z0-9]+(?:-\w+)*)\.html$ [name='announcement']
  23. ^ajax/(?P<type>\w+)/(?P<args>(?:[a-z]+-[a-z0-9\-]+/)*)$ [name='ajax']
  24. member/
  25. partial/<slug:name>/ [name='partial']
  26. test/ [name='test']
  27. register/ [name='register']
  28. login/ [name='login']
  29. logout [name='logout']

The current path, product/pipeline-water-supply-equipment/pump/148, 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.