Page not found (404)

Request Method: GET
Request URL: https://lists.stg.fedoraproject.org/archives/user/118664333999677506492463840537743397796/

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']
  8. ^archives/ users/<str:user_id>/posts [name='hk_user_posts']
  9. ^archives/ ^list/(?P<mlist_fqdn>[^/@]+@[^/@]+)/
  10. ^archives/ ^list/(?P<mlist_fqdn>[^/@]+@[^/@]+)/message/(?P<message_id_hash>\w+)/
  11. ^archives/ ^list/(?P<mlist_fqdn>[^/@]+@[^/@]+)/message/new$ [name='hk_message_new']
  12. ^archives/ ^list/(?P<mlist_fqdn>[^/@]+@[^/@]+)/thread/(?P<threadid>\w+)/
  13. ^archives/ search [name='hk_search']
  14. ^archives/ categories/ [name='hk_categories_overview']
  15. ^archives/ tags/ [name='hk_tags_overview']
  16. ^archives/ api/mailman/urls [name='hk_mailman_urls']
  17. ^archives/ api/mailman/archive [name='hk_mailman_archive']
  18. ^archives/ api/
  19. ^archives/ ^listinfo/?$
  20. ^archives/ ^listinfo/(?P<list_name>[^/]+)/?$
  21. ^archives/ ^pipermail/(?P<list_name>[^/]+)/?$
  22. ^archives/ ^pipermail/(?P<list_name>[^/]+)/(?P<year>\d\d\d\d)-(?P<month_name>\w+)/?$
  23. ^archives/ ^pipermail/(?P<list_name>[^/]+)/(?P<year>\d\d\d\d)-(?P<month_name>\w+)/(?P<summary_type>[a-z]+)\.html$
  24. ^archives/ ^pipermail/(?P<list_name>[^/]+)/(?P<year>\d\d\d\d)-(?P<month_name>\w+)\.txt.gz
  25. ^archives/ ^list/(?P<list_name>[^@]+)@[^/]+/(?P<year>\d\d\d\d)-(?P<month_name>\w+)/?$
  26. ^archives/ ^list/(?P<list_id>[^@/]+)/
  27. ^archives/ lists/
  28. ^archives/ ^static/(?P<path>.*)$
  29. ^user-profile/delete$ [name='mm_user_account_delete']
  30. ^user-profile/$ [name='mm_user_profile']
  31. ^accounts/
  32. ^django-admin/

The current path, archives/user/118664333999677506492463840537743397796/, 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.