Page not found (404)

Request Method: GET
Request URL: http://www.bulthaup-mayfair.co.uk/contentview/Product-Acc-Bread.html

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

  1. ^admin/filebrowser/
  2. ^admin_tools/
  3. ^admin/
  4. ^tinymce/
  5. ^grappelli/
  6. ^news/
  7. ^gallery/
  8. ^testimonials/
  9. clients/
  10. ^form/$ [name='contactform_form']
  11. ^form/ok/$ [name='contactform_done']
  12. ^products/$ [name='category_list']
  13. ^products/(?P<pk>\d+)/$ [name='category_detail']
  14. ^people/$ [name='person_redirect']
  15. ^people/(?P<pk>\d+)/$ [name='person_detail']
  16. ^about-us/awards/$ [name='award_redirect']
  17. ^about-us/awards/(?P<pk>\d+)/$ [name='award_detail']
  18. ^faq/$ [name='faq_redirect']
  19. ^faq/(?P<pk>\d+)/$ [name='faq_detail']
  20. ^casestudy/p/(?P<attr_id>\d+)/(?P<pk>\d+)/$ [name='casestudy_detail_by_person']
  21. ^casestudy/c/(?P<attr_id>\d+)/(?P<pk>\d+)/$ [name='casestudy_detail_by_client']
  22. ^about-us/history/$ [name='history_redirect']
  23. ^about-us/history/(?P<pk>\d+)/$ [name='history_detail']
  24. ^site_media/(?P<path>.*)$
  25. ^static\/(?P<path>.*)$

The current URL, contentview/Product-Acc-Bread.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.