Page not found (404)

Request Method: GET
Request URL: http://www.cproundtable.org/cprwww/docs/mythsnfacts.pdf

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

  1. ^/?$
  2. ^events/$
  3. ^membership/$
  4. ^member-resources/$
  5. ^photologue/$
  6. ^photologue/
  7. ^projects/$
  8. ^projects/(?P<slug>[-\w]+)/$
  9. ^publications/$
  10. ^publications/sierra-at-risk/$
  11. ^publications/sierra-at-risk/call-to-action/$
  12. ^publications/(?P<slug>[-\w]+)/$
  13. ^scholarships/$
  14. ^topics/$
  15. ^topics/(?P<slug>[-\w]+)/$
  16. ^admin/
  17. ^accounts/login/$
  18. ^accounts/logout/$
  19. ^/?$
  20. ^about/$
  21. ^contact/$
  22. ^history/$
  23. ^initiatives/$
  24. ^projects/$
  25. ^publications/$
  26. ^publications/cpr/$
  27. ^publications/other/$
  28. ^resources/$

The current URL, cprwww/docs/mythsnfacts.pdf, 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.