Page not found (404)

Request Method: GET
Request URL: https://soulgraphy.me/PI/

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

  1. [name='index']
  2. info/ [name='info']
  3. tests/
  4. site.webmanifest [name='webmanifest']
  5. admin/
  6. panel/
  7. accounts/
  8. accounts/
  9. ^results/[0-9a-f]{8}-[0-9a-f]{4}-[0-5][0-9a-f]{3}-[089ab][0-9a-f]{3}-[0-9a-f]{12}/$
  10. cookies/ [name='cookies']

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