Page not found (404)

Request Method: GET
Request URL: http://nowhereland.ru/records/nw001520/STRAY/Suicide/
Raised by: records.views.records_by_anything

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

  1. admin/
  2. article/
  3. article/(?P<slug>[-\w]+)/
  4. ^records/letter/(?P<letter>[-\w\d]+)/$
  5. ^records/genre/(?P<genre>[\w\s]+)/$
  6. ^records/label/(?P<label>.+)/$
  7. ^records/media/(?P<media>.+)/$
  8. records/label/
  9. records/country/
  10. records/genre/
  11. ^records/country/(?P<country>[\w]+)/$
  12. ^records/(?P<itemidrange>nw\d+-nw\d+)/$
  13. ^records/(?P<itemid>nw\d+)/

The current path, records/nw001520/STRAY/Suicide/, 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.