Page not found (404)

Request Method: GET
Request URL: http://chunom.org/media/lightime.html

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

  1. ^robots\.txt$
  2. ^webapp\.appcache$
  3. ^favicon\.ico$
  4. ^i18n/
  5. ^markdownfield/
  6. ^compose/
  7. ^community/
  8. ^converter/
  9. ^discuss/
  10. ^entry/
  11. ^forum/
  12. ^german/
  13. ^glyph/
  14. ^level/
  15. ^samples/
  16. ^sheet/
  17. ^timeline/
  18. ^unihan/
  19. ^backend/$ [name='backend']
  20. ^ime/$
  21. ^imepad/$
  22. ^api/glyphs/$
  23. ^pages/ime
  24. ^pages/documents/
  25. ^pages/$
  26. ^page
  27. ^profile [name='profile']
  28. ^shelf/
  29. ^$ [name='home']
  30. ^m/
  31. ^login/$ [name='login']
  32. ^logout/$ [name='logout']
  33. ^oauth/
  34. ^upload/(?P<path>.*)$

The current path, media/lightime.html, 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.