Page not found (404)

Request Method: GET
Request URL: http://www.contractpharmacal.com/ShockwaveFlash.ShockwaveFlash.1

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

  1. ^$
  2. ^cpc/$
  3. ^equipment/$
  4. ^contact/$
  5. ^product_facts/senna/$
  6. ^production_flow/$
  7. ^production_flow/(?P<stage>(\w)+)/(?P<view>(\w)+)/$
  8. ^products/$
  9. ^products/closeout/$
  10. ^products/display/(?P<cpc>(\w|-)+)/$
  11. ^products/(?P<page>(\w|-)+)/$
  12. ^products/(?P<cat>(\w|-)+)/(?P<subcat>(\w|-)+)/$
  13. ^news/(?P<type>(\w|-)+)/$
  14. ^admin/
  15. ^(?P<content_name>(\w|-|\/)+)/$
  16. ^boards/$
  17. ^boards/b/(?P<board_id>(\d)+)/$
  18. ^boards/encapsulation/$
  19. ^boards/compression/$
  20. ^boards/coating/$
  21. ^boards/finishing/$
  22. ^boards/packaging/$
  23. ^boards/laboratory/$
  24. ^boards/research/$
  25. ^boards/update_location/(?P<boardId>(\d)+)/$
  26. ^boards/parse_CSV/
  27. ^boards/edit_ticket/(?P<boardId>(\d)+)/$
  28. ^boards/edit_ticketwindow/(?P<boardId>(\d)+)/(?P<ticketId>(\d)+)/$
  29. ^boards/new_ticketwindow/(?P<boardId>(\d)+)/$
  30. ^boards/save_new_ticket/(?P<boardId>(\d)+)/$
  31. ^boards/archive_ticket/(?P<boardId>(\d)+)/(?P<ticketId>(\d)+)/$
  32. ^boards/add_ticket_to_board/$
  33. ^boards/move_ticket_to_board/$
  34. ^boards/get_new_tickets/(?P<boardId>(\d)+)/$
  35. ^boards/signout/$
  36. ^accounts/login/$
  37. ^accounts/logout/$
  38. ^boards/admin/
  39. ^usr_images/(?P<path>.*)$
  40. ^static/style/(?P<path>.*)$
  41. ^static/images/(?P<path>.*)$
  42. ^static/pdf/(?P<path>.*)$
  43. ^static/flash/(?P<path>.*)$
  44. ^static/mov/(?P<path>.*)$
  45. ^static/js/(?P<path>.*)$
  46. ^boards/static/style/(?P<path>.*)$
  47. ^boards/static/images/(?P<path>.*)$
  48. ^boards/static/js/(?P<path>.*)$

The current URL, /ShockwaveFlash.ShockwaveFlash.1, 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.