Page not found (404)

Request Method: GET
Request URL: https://www.exlink.jp/work/

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

  1. admin_st/
  2. accounts/
  3. [name='index']
  4. bot_response/ [name='bot_response']
  5. member/ [name='index']
  6. ^login/ [name='lti_login']
  7. ^launch/ [name='lti_launch']
  8. ^jwks/ [name='lti_jwks']
  9. ^configure/(?P<launch_id>[\w-]+)/(?P<difficulty>[\w-]+)/$ [name='game-configure']
  10. ^api/score/(?P<launch_id>[\w-]+)/(?P<earned_score>[\w-]+)/(?P<time_spent>[\w-]+)/$ [name='game-api-score']
  11. ^api/scoreboard/(?P<launch_id>[\w-]+)/$ [name='game-api-scoreboard']
  12. oidc/
  13. api/
  14. sw.js [name='sw.js']

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