Page not found (404)

Request Method: GET
Request URL: http://barazin.com/contact.html

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

  1. ^news/
  2. ^products/
  3. ^company/
  4. ^realisations/
  5. ^contact/
  6. ^promotions/
  7. ^admin/
  8. ^i18n/
  9. ^ckeditor/
  10. ^front-edit/
  11. ^$ [name='home']
  12. ^static\/(?P<path>.*)$

The current URL, contact.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.