Page not found (404)

Request Method: GET
Request URL: https://catchweighterp.com/Agriculture_Industry.html

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

  1. tech-admin-cw8/
  2. ckeditor/
  3. [name='index']
  4. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  5. home [name='home']
  6. catchweight-industries [name='catchweight-industries']
  7. dairy [name='dairy']
  8. fabric [name='fabric']
  9. fruits-vegetable [name='fruits-vegetable']
  10. odoo-catchw8-integration [name='odoo-catchw8-integration']
  11. live-stock [name='live-stock']
  12. meat [name='meat']
  13. poultry [name='poultry']
  14. seafood [name='seafood']
  15. sitemap [name='sitemap']
  16. privacy-policy [name='privacy-policy']
  17. send-requests [name='send-requests']
  18. request-demo [name='request-demo']
  19. accept-cookie [name='accept-cookie']
  20. clients [name='clients']
  21. benefits [name='benefits']
  22. implementaion [name='implementaion']
  23. functions [name='functions']
  24. ^static/(?P<path>.*)$
  25. odoo-apps [name='odoo-apps']
  26. odoo-apps-detail/<slug:slug>/ [name='odoo-apps-detail']
  27. cw8-news [name='cw8-news']
  28. cw8-news-detail/<slug:slug> [name='cw8-news-detail']
  29. contact [name='contact']
  30. save-messages [name='save-messages']
  31. blog [name='blog']
  32. blog-detail/<slug:slug> [name='blog-detail']
  33. send-comment/<int:id>/ [name='send-comment']
  34. ^static/(?P<path>.*)$
  35. ^static/(?P<path>.*)$
  36. main-case-study [name='main-case-study']
  37. case-study-detail/<slug:slug> [name='case-study-detail']
  38. ^static/(?P<path>.*)$
  39. ^media/(?P<path>.*)$
  40. ^static/(?P<path>.*)$
  41. create/delivery_boy/<str:list>/ [name='create-delivery-boy']
  42. edit/delivery_boy/<str:name>/<str:login>/<str:password>/<str:is_delivery_boy>/<str:active>/<str:unique>/ [name='edit-delivery-boy']
  43. delivery_boy/login/<str:user>/<str:password>/<str:db>/ [name='login-delivery-boy']
  44. create/sales_person/<str:list>/ [name='create-sales-person']
  45. sale/sales_person/login/<str:user>/<str:password>/<str:db>/ [name='login-sales-man']
  46. att-employee/create/<str:list>/ [name='create-att-employee']
  47. edit/att-employee/<str:name>/<str:login>/<str:password>/<str:unique>/ [name='edit-att-employee']
  48. att_employee/login/<str:user>/<str:password>/<str:db>/ [name='login-att-employee']
  49. ^static/(?P<path>.*)$
  50. ^media/(?P<path>.*)$
  51. ^static/(?P<path>.*)$

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