Page not found (404)

No grammar lessons as of yet
Request Method: GET
Request URL: http://inman.xyz/latin/1/grammar/latest/
Raised by: latin.views.latest_grammar

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']
  5. latin/ <grade>/stories/all/ [name='latin-stories']
  6. latin/ <grade>/stories/<slug:slug>/ [name='latin-detail']
  7. latin/ <grade>/slides/latest/ [name='latin-latest_slide']
  8. latin/ <grade>/slides/all/ [name='latin-all_slides']
  9. latin/ <grade>/grammar/latest/ [name='latin-latest_grammar']

The current path, latin/1/grammar/latest/, 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.