Page not found (404)

Request Method: GET
Request URL: http://www.wonderful.com/press/The-Wonderful-Company-Awards-over-$400000-to-Valley-Nonprofits.html

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

  1. [name='home']
  2. social-responsibility/sustainability/ [name='sustainability']
  3. social-responsibility/community/ [name='community']
  4. social-responsibility/health-wellness/ [name='wellness']
  5. social-responsibility/education/ [name='wellness']
  6. social-responsibility/ [name='csr']
  7. csr/ [name='csr']
  8. careers/ [name='careers']
  9. suppliercode/ [name='suppliercode']
  10. who-we-are/ [name='about']
  11. contact/ [name='contact']
  12. terms/ [name='terms']
  13. ca-transparency/ [name='ca-transparency']
  14. brands/fiji/ [name='fiji']
  15. brands/jnsq/ [name='jnsq']
  16. brands/justin/ [name='justin']
  17. brands/landmark-wines/ [name='landmark-wines']
  18. brands/pom/ [name='pom']
  19. brands/seedless-lemons/ [name='seedless-lemons']
  20. brands/suterra/ [name='suterra']
  21. brands/teleflora/ [name='teleflora']
  22. brands/halos/ [name='halos']
  23. brands/wonderful-nurseries/ [name='wonderful-nurseries']
  24. brands/wonderful-pistachios/ [name='wonderful-pistachios']
  25. brands/wonderful-real-estate/ [name='wonderful-real-estate']
  26. mobilehelp/ [name='mobilehelp']
  27. mobileterms/ [name='mobileterms']
  28. privacy/ [name='privacy']
  29. privacy.html [name='html-privacy']
  30. privacy-v2/ [name='privacy-v2']
  31. cms/
  32. press/ [name='list']
  33. press/ search/ [name='search']
  34. press/ <slug:slug>/ [name='details']
  35. press/ [\w-]+\.html$ [name='html-redirect']
  36. press.html [name='old-press-list']
  37. search.html [name='old-press-search']
  38. lyndaresnick/ [name='lyndaresnick']
  39. stewartresnick/ [name='stewartresnick']
  40. sitemap.xml [name='sitemap.xml']
  41. ^media/(?P<path>.*)$
  42. ^static/(?P<path>.*)$
  43. auth-token/
  44. ^[\w]+\.html$ [name='html-redirect']
  45. 400/
  46. 403/
  47. 404/
  48. 500/

The current path, press/The-Wonderful-Company-Awards-over-$400000-to-Valley-Nonprofits.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.