Page not found (404)

Request Method: GET
Request URL: http://imageetson16.fr/r-informatiques.html

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

  1. admin/
  2. locations/<int:id>/
  3. locations/<int:id>/loc/<int:idLoc>/
  4. locations/loc/<int:idLoc>/
  5. locations/
  6. reparations/
  7. apropos/
  8. contact/
  9. mentions-legales/
  10. plan-du-site/
  11. robots.txt
  12. ^static/(?P<path>.*)$
  13. ^upload/(?P<path>.*)$

The current path, r-informatiques.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.