Page not found (404)

Request Method: GET
Request URL: https://www.myfetch.in/product/fm-5014/index.html

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

  1. admin/
  2. [name='index']
  3. about/ [name='about']
  4. products/ [name='products']
  5. product/<str:slug>/ [name='product_single']
  6. career/<str:slug>/ [name='career_single']
  7. news/<str:slug>/ [name='news_single']
  8. updates/ [name='updates']
  9. careers/ [name='careers']
  10. contact/ [name='contact']
  11. privacy_policy/ [name='privacy_policy']
  12. tinymce/
  13. accounts/
  14. sitemap.xml
  15. robots.txt
  16. ^static/(?P<path>.*)$
  17. ^media/(?P<path>.*)$

The current path, product/fm-5014/index.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.