Page not found (404)

Request Method: GET
Request URL: http://lexikon.stormarnlexikon.de/mediadb/318555/

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

  1. ^__debug__/
  2. ^media/(?P<path>.*)$
  3. jet/
  4. admin/
  5. abgelaufen/ [name='expired']
  6. page/verzeichnis/ [name='lexicon-toc']
  7. page/verzeichnis/<int:schema> [name='lexicon-schema']
  8. page/orte/ [name='lexicon-map']
  9. page/netzwerk/filter/ [name='filter']
  10. page/autoren/ [name='lexicon-authors']
  11. page/autoren/<int:pk>/ [name='lexicon-authors/details']
  12. page/<slug:slug>/ [name='lexicon-page']
  13. pdf/ [name='lexicon-pdf']
  14. beacon/ [name='beacon']
  15. lookup/<gnd_id>/ [name='lexicon-lookup']
  16. lookup/<gnd_id> [name='lexicon-lookup']
  17. <slug:slug>/ [name='article']
  18. <slug:slug>/network/ [name='articlenetwork']
  19. <slug:slug>/network/filter/ [name='articlenetworkfilter']
  20. <slug:slug>/<version> [name='articleversion']
  21. <pk>/revision/<slug> [name='articlerevision']
  22. robots.txt
  23. [name='root']

The current path, mediadb/318555/, 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.