Page not found (404)

Request Method: GET
Request URL: https://masautomation.com/industry/water-industry/

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

  1. admin/
  2. [name='home']
  3. serviceDetails/<int:id>/ [name='serviceDetails']
  4. solutionDetails/<int:id>/ [name='solutionDetails']
  5. portfolioDetails/<int:id>/ [name='portfolioDetails']
  6. projects/<int:id>/ [name='projects']
  7. all-projects [name='all-projects']
  8. projectDetails/<int:id>/ [name='projectDetails']
  9. sendMessageDataAjax [name='sendMessageDataAjax']
  10. send-data-ajax [name='send-data-ajax']
  11. integrationDetails [name='integrationDetails']
  12. projects [name='projects']
  13. about [name='about']
  14. services [name='services']
  15. news [name='news']
  16. news-details/<int:id> [name='news-details']
  17. careers [name='careers']
  18. partners/<int:id>/ [name='partners']
  19. products/<int:id>/ [name='products']
  20. productDetails/<int:id>/ [name='productDetails']
  21. courses/<int:id>/ [name='courses']
  22. course-details/<int:id>/ [name='course-details']
  23. media [name='media']
  24. clients [name='clients']
  25. apis/
  26. login/ [name='login']
  27. logout/ [name='logout']
  28. management-home/ [name='management-home']
  29. show-home/ [name='show-home']
  30. home/<mode_type>/<int:id> [name='home']
  31. show-services-home/ [name='show-services-home']
  32. services-home/<mode_type>/<int:id> [name='services-home']
  33. show-pricing/ [name='show-pricing']
  34. pricing-header/<mode_type>/<int:id> [name='pricing-header']
  35. pricing-details/<mode_type>/<int:id> [name='pricing-details']
  36. show-clients/ [name='show-clients']
  37. clients-header/<mode_type>/<int:id> [name='clients-header']
  38. clients-details/<mode_type>/<int:id> [name='clients-details']
  39. show-contact-us/ [name='show-contact-us']
  40. contact-us/<mode_type>/<int:id> [name='contact-us']
  41. show-about/ [name='show-about']
  42. about-list/ [name='about-list']
  43. about/<mode_type>/<int:id> [name='about']
  44. show-about-page/ [name='show-about-page']
  45. about-page/<mode_type>/<int:id> [name='about-page']
  46. team/<mode_type>/<int:id> [name='team']
  47. service-page/ [name='service-page']
  48. service/<mode_type>/<int:id> [name='service']
  49. careers-show/ [name='careers-show']
  50. careers/<mode_type>/<int:id> [name='careers']
  51. messages/ [name='messages']
  52. applicants/ [name='applicants']
  53. message-details/<int:id> [name='message-details']
  54. applicant-details/<int:id> [name='applicant-details']
  55. message-delete/<int:id> [name='message-delete']
  56. ^media/(?P<path>.*)$

The current path, industry/water-industry/, 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.