Page not found (404)

No List matches the given query.
Request Method: GET
Request URL: https://lists.freehackers.org/list/luaunit@freehackers.org/archives/2015/
Raised by: main.views.list_archives_year

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

  1. ^accounts/
  2. admin/
  3. ^credits$ [name='credits']
  4. ^myaccount/$ [name='myaccount']
  5. ^list/([@\-\.\w]+)/archives/(\d{4})/(\d{1,2})/(.*)$ [name='list_archives_month']
  6. ^list/([@\-\.\w]+)/archives/(\d{4})/$ [name='list_archives_year']

The current path, list/luaunit@freehackers.org/archives/2015/, 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.