Page not found (404)

Request Method: GET
Request URL: https://www.aandbimpex.com/enquiry-form-10001.htm

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

  1. admin/
  2. [name='home']
  3. home-view/ [name='homeView']
  4. Gallery/ [name='All']
  5. about/ [name='About']
  6. products/ [name='Products']
  7. commodities/ [name='Commodities']
  8. service/ [name='Services']
  9. service-detail/ [name='ServicesD']
  10. contact-us/ [name='ContactUs']
  11. Product/<int:id>/ [name='editPkg']
  12. procedure/ [name='Procedure']
  13. product-detail/<int:id>/ [name='ProductsDetail']
  14. home-edit/ [name='homeEdit']
  15. img-add/ [name='AddImg']
  16. product-img-list/ [name='ImgList']
  17. dest-delete/<int:id>/ [name='DestDelete']
  18. product-delete/<int:id>/ [name='ProductDelete']
  19. login [name='login']
  20. logout [name='logout']
  21. Reviewsave [name='Reviewsave']
  22. product-list [name='pdlist']
  23. product-add [name='AddPd']
  24. product-img-add [name='AddpdImg']
  25. ^media/(?P<path>.*)$

The current path, enquiry-form-10001.htm, 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.