Page not found (404)

Request Method: GET
Request URL: http://electronicartifacts.com/project/crime_beat_anal/beat_rpts/35y_beat_rpt.html

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

  1. [name='index']
  2. v21/ [name='v21']
  3. rikhome/
  4. admin/

The current path, project/crime_beat_anal/beat_rpts/35y_beat_rpt.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.