Page not found (404)

Request Method: GET
Request URL: http://127.0.0.1:8000/%25E6%2597%25A5%25E6%259C%25AC%25E4%25BA%25BA%25E5%2590%2591%25E3%2581%2591%25E3%2582%25AA%25E3%2583%25B3%25E3%2583%25A9%25E3%2582%25A4%25E3%2583%25B3%25E3%2582%25AB%25E3%2582%25B8%25E3%2583%258E-%25E6%259C%2580%25E6%2596%25B0%25E3%2582%25B5%25E3%2582%25A4%25E3%2583%2588-2021/

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

  1. admin/
  2. [name='home']
  3. about-us [name='about-us']
  4. science [name='science']
  5. technology [name='technology']
  6. engineering [name='engineering']
  7. math [name='math']
  8. weekday-program [name='weekday-program']
  9. weekend-program [name='weekend-program']
  10. faq [name='faq']
  11. contact-us/
  12. admissions/

The current path, %E6%97%A5%E6%9C%AC%E4%BA%BA%E5%90%91%E3%81%91%E3%82%AA%E3%83%B3%E3%83%A9%E3%82%A4%E3%83%B3%E3%82%AB%E3%82%B8%E3%83%8E-%E6%9C%80%E6%96%B0%E3%82%B5%E3%82%A4%E3%83%88-2021/, 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.