Page not found (404)

Request Method: GET
Request URL: http://www.richmondpd.org/press.htm

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

  1. admin/
  2. contact/ [name='contact']
  3. blog/ [name='post-list']
  4. post/<id>/ [name='post-detail']
  5. about/
  6. forms/
  7. sro/
  8. detective/
  9. animal/
  10. fingerprint/
  11. vin/
  12. sex/
  13. transparency/
  14. ^static/(?P<path>.*)$

The current path, press.htm, 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.