Page not found (404)

Request Method: GET
Request URL: http://kewinchem.com/coat_industry.html

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

  1. admin/
  2. [name='home']
  3. product [name='product']
  4. News_Feed [name='news_feed']
  5. News_Feed/<int:post_id> [name='news_post']
  6. About_us [name='about_us']
  7. contact_us [name='contact_us']
  8. query_form [name='query_form']
  9. import_data
  10. dye_and_intermediates [name='dye_and_intermediates']
  11. Food_and_pharma [name='Food_and_pharma']
  12. shades_and_pigments [name='shades_and_pigments']
  13. varieties_and_cosmetics [name='varieties_and_cosmetics']
  14. intermediates_list [name='intermediates_desc']
  15. acid_dyes_list [name='acid_dyes']
  16. basic_dyes [name='basic_dyes']
  17. basic_dyes/<str:prod_name> [name='basic_dyes_sub']
  18. direct_dyes_list [name='direct_dyes']
  19. food_lake_sub [name='food_lake_color']
  20. solvent_dyes_list [name='solvent_dyes']
  21. reactive_dyes_sub [name='reactive_me_dyes']
  22. reactive_dyes_sub/<str:prod_name> [name='reactive_dyes_sub']
  23. D_C_ [name='D_C_color']
  24. lake_color [name='lake_color']
  25. ess_oil_list [name='esse_oil_list']
  26. ess_oil_list/<str:oil_name> [name='esse_oil_list_sub']
  27. oleoresin_oil [name='oleoresin_oil']
  28. natural_flower_oil [name='natural_flower_oil']
  29. Food_and_pharma/<str:prod_name> [name='food_and_pharma_sub']
  30. shades_and_pigment/<str:prod_name> [name='shades_and_pigments_sub']
  31. acid_dyes [name='acid_dyes_sub']
  32. acid_dyes/<str:prod_name> [name='acid_dyes_sub_tables']
  33. food_lake_sub/<str:prod_name> [name='food_lake_sub']
  34. Search [name='search_filter']
  35. Free_sample [name='free_sample']
  36. colors
  37. ^media\/(?P<path>.*)$

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