Page not found (404)

No archived mailing-list by that name.
Request Method: GET
Request URL: https://lists.stg.fedoraproject.org/archives/list/trans-id@lists.stg.fedoraproject.org/2011/6/
Raised by: hyperkitty.views.mlist.archives

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>[^/@]+@[^/@]+)/ ^(?P<year>\d{4})/(?P<month>\d\d?)/(?P<day>\d\d?)/$ [name='hk_archives_with_day']
  10. ^archives/ ^list/(?P<mlist_fqdn>[^/@]+@[^/@]+)/ ^(?P<year>\d{4})/(?P<month>\d\d?)/$ [name='hk_archives_with_month']

The current path, archives/list/trans-id@lists.stg.fedoraproject.org/2011/6/, 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.