Page not found (404)

No user with this ID: 156792623471145438377226353437397716430
Request Method: GET
Request URL: https://lists.stg.fedoraproject.org/archives/users/156792623471145438377226353437397716430/
Raised by: hyperkitty.views.accounts.public_profile

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

  1. ^$
  2. ^admin/
  3. ^archives/ [name='hk_root']
  4. ^archives/ find-list [name='hk_find_list']
  5. ^archives/ profile/
  6. ^archives/ users/ [name='hk_users_overview']
  7. ^archives/ users/<str:user_id>/ [name='hk_public_user_profile']

The current path, archives/users/156792623471145438377226353437397716430/, matched the last one.

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.