Page not found (404)

Request Method: GET
Request URL: https://job.sjcnavi.com//

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

  1. [name='top']
  2. <int:year>/signup [name='signup']
  3. mypage/edit [name='edit_mypage']
  4. mypage/confirm [name='confirm_mypage']
  5. mypage/profile [name='my_page_profile']
  6. mypage/profile/upload-image-student [name='mypage_upload_image_student']
  7. mypage/profile-info/edit/<int:form> [name='my_page_profile_info_edit']
  8. password/remind [name='remind_password']
  9. password/remind/complete [name='remind_password_complete']
  10. password/remind/failed [name='remind_password_faild']
  11. event/reserved/<int:event_id> [name='reserved_event_detail']
  12. <int:year>/testmail
  13. unsubscribe [name='remove_user']
  14. unsubscribe/complete [name='unsubscribe_user_complete']
  15. privacy-policy [name='privacypolicy']
  16. admin/
  17. users/
  18. api/
  19. company/
  20. <int:year>/
  21. mail/
  22. manuscript/
  23. orientation/
  24. special_feature/
  25. kigyo/
  26. seminar/
  27. user/
  28. staff/
  29. student_app/api/<int:year_app>/
  30. kigyouten/reserve_fair/<int:event_student_id> [name='code_qr']
  31. manuscript/list [name='manuscript_list_student']
  32. search [name='search_advance_more']
  33. entry/<int:id> [name='student_entry']
  34. entry/<int:id>/done [name='entry_done']
  35. event-entry/<int:id> [name='event_entry_detail']
  36. movie/movie [name='movie']
  37. i18n/
  38. healthy/ [name='healthy']
  39. sentry-debug/

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