Page not found (404)

Request Method: GET
Request URL: https://mbcar.fr/hautDeGamme/

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

  1. admin/
  2. [name='home']
  3. gammeOccasion/ [name='occasion']
  4. occasions/ [name='carslist']
  5. captcha/
  6. formulaire/ [name='formulaire']
  7. recherche/ [name='recherche']
  8. modal/ [name='modal']
  9. login/ [name='login']
  10. logout/ [name='logout']
  11. email/ [name='email']
  12. success/ [name='success']
  13. effacer/ [name='effacer']
  14. mentions_legales/
  15. stock/ [name='stock']
  16. createPDF1/ [name='createPDF1']
  17. createPDF2/ [name='createPDF2']
  18. createXMLForAllCars/ [name='createXMLForAllCars']
  19. delete_image/<int:pk>/ [name='delete_image']
  20. robots.txt/
  21. sitemap.xml/ [name='django.contrib.sitemaps.views.sitemap']
  22. ^media/(?P<path>.*)$

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