Page not found (404)

Request Method: GET
Request URL: https://myce.canusia.com/cas/login

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

  1. accounts/login/
  2. tinymce/
  3. admin/shell/
  4. admin/
  5. api/auth/
  6. api/docs/
  7. api/v1/
  8. impersonate/
  9. user_does_not_exist [name='account_does_not_exist']
  10. [name='index']
  11. request_access/ [name='request_demo']
  12. instructor/ [name='instructor_index']
  13. highschool_facilitator/ [name='highschool_facilitator_index']
  14. highschool_admin/ [name='highschool_admin_index']
  15. tech_center_staff/ [name='tech_center_staff_index']
  16. highschool_admin/access_request [name='hs_admin_access_request']
  17. student/ [name='student_index']
  18. faculty/ [name='faculty_index']
  19. staff/ [name='staff_index']
  20. logged_home/ [name='logged_home']
  21. logout/ [name='logout']
  22. forgot_password [name='forgot_password']
  23. password_reset_complete [name='password_reset_complete']
  24. password_reset/<uidb64>/<token> [name='password_reset_confirm']
  25. ce/
  26. ce/student_transactions/
  27. ce/class_visits/
  28. ce/degree_pathways/
  29. ce/support_reqs/
  30. ce/reports/
  31. ce/settings/
  32. ce/drop_wd/
  33. cis/events/
  34. ce/announcements/
  35. ce/documents/
  36. instructor/
  37. instructor/documents/
  38. instructor/drop_wd/
  39. student/
  40. student/documents/
  41. student/support_requests/
  42. student/academic_plans/
  43. student/drop_wd/
  44. highschool_admin/
  45. highschool_admin/reports/
  46. highschool_admin/support_requests/
  47. highschool_admin/drop_wd/
  48. tech_center_staff/
  49. instructor_app/
  50. faculty/
  51. faculty/events/
  52. faculty/class_visits/
  53. faculty/documents/
  54. ce/alerts/

The current path, cas/login, 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.