Page not found (404)

Request Method: GET
Request URL: https://www.mlkconcept.com/product/723.html

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

  1. admin/
  2. [name='index']
  3. a-propos/ [name='about_us']
  4. l-equipe/ [name='team']
  5. contact/ [name='contact']
  6. service/digital [name='digital']
  7. service/compostage [name='compostage']
  8. service/eau [name='eau']
  9. service/jardin [name='jardin']
  10. sitemap.xml
  11. ^static/(?P<path>.*)$
  12. ^media/(?P<path>.*)$

The current path, product/723.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.