Page not found (404)

Request Method: GET
Request URL: http://www.inman.xyz/bibliotheca/2017/4/21/arachn

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

  1. blog/
  2. admin/
  3. quenya/
  4. latin/
  5. [name='home-index']
  6. inscriptions/ [name='inscriptions']
  7. ludus/
  8. gladiators/
  9. login/ [name='login']
  10. litterae_in_voces
  11. ^static/(?P<path>.*)$
  12. ^media/(?P<path>.*)$

The current path, bibliotheca/2017/4/21/arachn, 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.