Page not found (404)

Request Method: GET
Request URL: https://viralworks.jp/daichiHayakawa

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

  1. defapp/
  2. admin/
  3. arapp [name='arApp']
  4. aiapp [name='aiApp']
  5. reqdoc [name='reqDoc']
  6. qform [name='qForm']
  7. daichihayakawa [name='daichiHayakawa']
  8. vrapp [name='vrApp']
  9. [name='index']
  10. metrics [name='prometheus-django-metrics']

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