Page not found (404)

Request Method: GET
Request URL: https://recruit-saiyou.com/kounan/disp/26

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

  1. hotel/
  2. helloworld/
  3. ^accounts/
  4. ^admin/
  5. kounan/ ^$ [name='index']
  6. kounan/ ^recruit/$ [name='recruit']
  7. kounan/ ^recruit/disp/(?P<editing_id>\d+) [name='disp']
  8. kounan/ ^edit/(?P<editing_id>\d+)/$ [name='edit']
  9. kounan/ ^erase/(?P<editing_id>\d+)/$ [name='erase']
  10. kounan/ ^copy/(?P<editing_id>\d+)/$ [name='copy']
  11. kounan/ ^list/$ [name='list']
  12. kounan/ ^media\/(?P<path>.*)$
  13. mkk/
  14. marutokuticket/
  15. ^404/$
  16. ^media\/(?P<path>.*)$

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