Page not found (404)

Request Method: GET
Request URL: https://traxof.com/instructor-student-list

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

  1. admin/
  2. ^$ [name='index']
  3. ^2$ [name='index2']
  4. ^login$ [name='login']
  5. logout/ [name='logout']
  6. ^privacyPolicy/$ [name='privacyPolicy']
  7. ^terms/$ [name='terms']
  8. assess/
  9. schedule/
  10. settings/
  11. interact/
  12. analytics/
  13. learn/
  14. jobs/
  15. api/
  16. workflow/
  17. accounts/
  18. o/

The current path, instructor-student-list, 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.