Page not found (404)

Request Method: GET
Request URL: https://www.mexflow.com/why-mexflow.html

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

  1. admin/
  2. contact
  3. career
  4. category/<id>
  5. product/<id>
  6. manufacture
  7. quality
  8. sales-terms
  9. about
  10. search_product
  11. search_product/<query>
  12. news
  13. news-details/<id>
  14. certificates
  15. clients
  16. downloads
  17. ^$
  18. api/p/ask_price
  19. api/p/job_apply
  20. api/p/contact_request
  21. ^media/(?P<path>.*)$

The current path, why-mexflow.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.