Page not found (404)

Request Method: GET
Request URL: https://www.poetconsultants.in/product/ohtl_cadd.php

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

  1. admin/doc/
  2. admin/
  3. [name='index']
  4. about/ [name='about']
  5. leadership/ [name='leadership']
  6. milestones/ [name='milestones']
  7. projects/ [name='projects']
  8. international-projects/ [name='international-projects']
  9. prime-projects/ [name='prime-projects']
  10. training/ [name='training']
  11. career/ [name='career']
  12. mechanical-engineering-services/ [name='mechanical-engineering-services']
  13. civil-engineering-services/ [name='civil-engineering-services']
  14. electrical-engineering-services/ [name='electrical-engineering-services']
  15. instrumentation-control-system/ [name='instrumentation-control-system']
  16. contact/
  17. accounts/

The current path, product/ohtl_cadd.php, 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.