Page not found (404)

Request Method: GET
Request URL: https://www.elspethng.com/calibration.php/lifting-gear-fabrication

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

  1. admin/
  2. training/
  3. verify/<slug:slug>/ [name='verify']
  4. equipment/
  5. verifycert.php/ [name='verifyoldmethod']
  6. feedback/ [name='feedback']
  7. dashboard/ [name='dashboard']
  8. accounts/
  9. services/
  10. homepage/ [name='homepage']
  11. servicerequest/<slug:service_slug>/ [name='servicerequest']
  12. about/ [name='about']
  13. projects/ [name='project']
  14. courses/ [name='courses']
  15. courses/<slug:slug>/ [name='coursedetails']
  16. reserve/<slug:course_slug>/ [name='reservespace']
  17. cbt/
  18. [name='index1']

The current path, calibration.php/lifting-gear-fabrication, 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.