Page not found (404)

Request Method: GET
Request URL: https://goldpetal.net/product/mini-chrysanthemum-flower/index-green.html

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

  1. ^$ [name='home']
  2. ^about/$ [name='about']
  3. ^packing/$ [name='packing']
  4. ^contact/$ [name='contact']
  5. ^cked/
  6. ^product/(?P<slug>[^/]+)/$ [name='product_detail']
  7. ^product/tag/(?P<tag>[^/]+)/$ [name='tag_detail']
  8. ^products/$ [name='products']
  9. ^downloads/$ [name='downloads']
  10. ^admin/
  11. ^sitemap\.xml$
  12. ^robots\.txt$
  13. ^static\/(?P<path>.*)$
  14. ^media\/(?P<path>.*)$

The current path, product/mini-chrysanthemum-flower/index-green.html, 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.