Page not found (404)

Request Method: GET
Request URL: http://www.7dyne.com/index.php/vod/detail/id/54118.html

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

  1. admin/
  2. app/
  3. [name='job_portal']
  4. app/hrms/dashboard/ [name='hrms_dashboard']
  5. app/sevendyne/dashboard/ [name='sevendyne_dashboard']
  6. app/main/
  7. app/hrms/
  8. app/candidate/
  9. app/employee/
  10. app/client/
  11. app/job/
  12. app/payroll/
  13. ^media/(?P<path>.*)$

The current path, index.php/vod/detail/id/54118.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.