Page not found (404)

Request Method: GET
Request URL: http://neutropenianet.org/index.shtml

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

  1. ^site_media/(?P<path>.*)$
  2. ^admin/styleguide/$
  3. ^admin/silo/section/reorder/$
  4. ^admin/silo/section/order/$
  5. ^admin/silo/page/reorder/$
  6. ^admin/silo/page/order/$
  7. ^admin/
  8. ^sitemap.xml$
  9. ^$
  10. ^patient-family-support/find-someone-me/$
  11. ^conference/one-on-one/$
  12. ^conference/registration/$
  13. ^(?P<section>[\w-]+)/(?P<subsection>[\w-]+)/(?P<page>[\w-]+)/$
  14. ^(?P<section>[\w-]+)/(?P<page>[\w-]+)/$
  15. ^(?P<section>[\w-]+)/$
  16. ^$

The current URL, index.shtml, 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.