Page not found (404)

Request Method: GET
Request URL: http://www.anacortesweather.com/ws/index.cfm?m=12&y=2009&action=history

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

  1. [name='home']
  2. about/ [name='about']
  3. admin/
  4. users/
  5. accounts/
  6. ^media\/(?P<path>.*)$
  7. 400/
  8. 403/
  9. 404/
  10. 500/

The current path, ws/index.cfm, 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.