Page not found (404)

No stories have been added as of yet
Request Method: GET
Request URL: http://inman.xyz/latin/2h/stories/
Raised by: latin.views.latest_story

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

  1. blog/
  2. admin/
  3. quenya/
  4. latin/ <grade>/stories/ [name='latin-latest_story']

The current path, latin/2h/stories/, 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.