Page not found (404)

Request Method: GET
Request URL: http://www.internationalcellars.ca/pdf/catalogues/BC_product_catalogue.pdf

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

  1. ^$ [name='home']
  2. ^about/$ [name='about']
  3. ^faq/$ [name='faq']
  4. ^links/$ [name='links']
  5. ^staff/$ [name='staff']
  6. ^contact/$ [name='contact']
  7. ^products/
  8. ^suppliers/
  9. ^blog/
  10. ^admin/
  11. ^ici-insider-submit [name='ici_insider_submit']
  12. ^tinymce/
  13. ^about_us.php$ [name='about_redirect']
  14. ^products.php$ [name='products_redirect']
  15. ^search.php$ [name='search_redirect']
  16. ^suppliers.php$ [name='suppliers_redirect']
  17. ^contact.php$ [name='contact_redirect']
  18. ^about_us_faq.php$ [name='about_us_faq']
  19. ^media\/(?P<path>.*)$

The current URL, pdf/catalogues/BC_product_catalogue.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.