Page not found (404)

Request Method: GET
Request URL: http://steelfitengg.com/products_gallery.html

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

  1. admin/
  2. [name='index']
  3. gallery/ [name='gallery']
  4. about/ [name='about']
  5. product/ [name='product']
  6. infrastructure/ [name='infrastructure']
  7. certificates/ [name='certificates']
  8. clients/ [name='clients']
  9. contact/ [name='contact']
  10. dishend/ [name='dishend']
  11. pipecap/ [name='pipecap']
  12. bending/ [name='bending']
  13. swage/ [name='swage']
  14. bellow/ [name='bellow']
  15. tori/ [name='tori']
  16. cones/ [name='cones']
  17. chatbot/ [name='chatbot']
  18. chatbot-response/ [name='chatbot_response']
  19. popup/ [name='pop']

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