Page not found (404)

Request Method: GET
Request URL: http://inman.xyz/latin/2h/glossary/

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']
  10. latin/ <grade>/grammar/all/ [name='latin-all_grammar']
  11. latin/ <grade>/choice_board/ [name='latin-grade_choice_board']
  12. latin/ <grade>/choice_board/<choice>/ [name='latin-grade_choice_board_choice']
  13. latin/ lemmas/add/ [name='add_lemmas']
  14. latin/ quiz_selection/ [name='quiz_selection']
  15. latin/ parts_of_speech/ [name='parts_of_speech']
  16. latin/ phrase_selection/ [name='phrase_selection']
  17. latin/ phrase_results/ [name='phrase_results']
  18. latin/ basic_quiz/ [name='basic_quiz']
  19. latin/ show_path/ [name='show_path']
  20. [name='home-index']
  21. inscriptions/ [name='inscriptions']
  22. ludus/
  23. gladiators/
  24. login/ [name='login']
  25. litterae_in_voces
  26. ^static/(?P<path>.*)$
  27. ^media/(?P<path>.*)$

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