Page not found (404)

Request Method: GET
Request URL: https://mdbbenin.com/mentions-legales%25e2%2580%259d

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

  1. ^__debug__/
  2. admin/
  3. [name='index']
  4. about/ [name='about']
  5. services/ [name='services']
  6. contact/ [name='contact']
  7. actualites/ [name='actualites']

The current path, mentions-legales%e2%80%9d, 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.