Page not found (404)

Request Method: GET
Request URL: http://shushoku-support.jp/fukushima/archives/category/%E6%B1%82%E4%BA%BA%E6%83%85%E5%A0%B1

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

  1. [name='index']
  2. about [name='about']
  3. contact [name='contact']
  4. categories [name='categories']
  5. categories/<int:category_id> [name='category_detail']
  6. testimonial [name='testimonial']
  7. enterprise [name='for_enterprise']
  8. notfound [name='notfound']
  9. jobs/<int:job_id> [name='job_detail']
  10. jobs/ [name='job_list']
  11. posts/ [name='post_list']
  12. posts/<int:post_id> [name='post_detail']
  13. job-applications/ [name='job_application_list']
  14. job-applications/create [name='create_job_application']
  15. job-applications/<int:job_application_id> [name='job_application_detail']
  16. job-applications/<int:job_application_id>/assign [name='assign_job_application']
  17. my/favorite-jobs [name='user_favorite_job_list']
  18. my/favorite-jobs/create [name='add_to_user_favorite_jobs']
  19. invoices/<int:invoice_id> [name='invoice_detail']
  20. tinymce/
  21. captcha/
  22. ^media/(?P<path>.*)$
  23. admin/
  24. employee/
  25. i18n/
  26. __debug__/

The current path, fukushima/archives/category/求人情報, 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.