Page not found (404)

Request Method: GET
Request URL: https://tsunagu-project.com/tetote

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

  1. admin/
  2. [name='top']
  3. mokuiku/ [name='mokuiku']
  4. tiiku [name='tiiku']
  5. syokuiku [name='syokuiku']
  6. saiiku [name='saiiku']
  7. syouman/ [name='syouman']
  8. access/ [name='access']
  9. kifu/ [name='kifu']
  10. ibasyo/ [name='ibasyo']
  11. privacy/ [name='privacy']
  12. kore/ [name='kore']
  13. shien/ [name='shien']
  14. shienreport/ [name='shienreport']
  15. shienmado/ [name='shienmado']
  16. kouryu/ [name='kouryu']
  17. report/ [name='report']
  18. alphabetdrill/ [name='alphabetdrill']

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