Page not found (404)

Request Method: GET
Request URL: http://yimeitex.com:80/products/decoration

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

  1. [name='index']
  2. intro_video [name='intro-video']
  3. contact [name='contact']
  4. style/<str:code> [name='style']
  5. category/<str:category_code> [name='category']
  6. style/products/<str:style_code>/<str:category_code> [name='style-products']
  7. promotion/<str:code> [name='promotion']
  8. admin/
  9. ^media\/(?P<path>.*)$

The current path, products/decoration, 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.