Page not found (404)

Request Method: GET
Request URL: https://dominique.macabies.fr/en/sample/3

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

  1. admin/
  2. upload/file [name='upload-file']
  3. upload/details [name='upload-details']
  4. en/ [name='home']
  5. en/ testimonials [name='testimonials']
  6. ^public/static/(?P<path>.*)$
  7. ^public/media/(?P<path>.*)$

The current path, en/sample/3, 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.