Page not found (404)

Request Method: GET
Request URL: https://www.soplace.fr/fr/#/fr/mentions-lega/fr/con/fr/mentions-lega/fr/cont/fr/portfolio/pearl-/fr/mentions-lega/fr/portfolio/pearl-/fr/portfolio/fr/contact/

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

  1. ^upload/(?P<path>.*)$
  2. ^static\/(?P<path>.*)$
  3. ^fr/ ^admin/
  4. ^fr/ ^sitemap\.xml$
  5. ^fr/ ^portfolio/
  6. ^fr/ ^ ^portfolio/$ [name='portfolio_index']
  7. ^fr/ ^ ^portfolio/(?P<slug>[-\w]+)/$ [name='portfolio_detail']
  8. ^fr/ ^ ^(?P<slug>[0-9A-Za-z-_.//]+)/$ [name='pages-details-by-slug']
  9. ^fr/ ^ ^$ [name='pages-root']

The current URL, fr/#/fr/mentions-lega/fr/con/fr/mentions-lega/fr/cont/fr/portfolio/pearl-/fr/mentions-lega/fr/portfolio/pearl-/fr/portfolio/fr/contact/, 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.