Page not found (404)

Request Method: GET
Request URL: http://www.saintmichelimmo.fr/contact/194./

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

  1. ^$ [name='index']
  2. ^(chateaux-maisons-de-maitres-prestige|proprietes-agricoles-tourisme-loisirs|maisons-campagne|maisons-ville|maisons-village|villas|granges|terrains|fonds-commerce|locations|lofts|appartements|espagne)/$ [name='type_bien']
  3. ^bien/(\d+)/$ [name='voir_bien']
  4. ^estimation-gratuite/$ [name='devis']
  5. ^expertiser-un-bien/$ [name='expertiser']
  6. ^contact/$ [name='contact']
  7. ^contact/(\d+)/$ [name='contact']
  8. ^recherche/$ [name='recherche']
  9. ^admin/
  10. ^media\/(?P<path>.*)$

The current path, contact/194./, 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.