Page not found (404)

Request Method: GET
Request URL: https://emergencyspi.com/en/communaute/index/contenu/51/?type=produit

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

  1. i18n/
  2. app/<str:fun>/
  3. helper/<str:type>/
  4. listdata/<str:type>/
  5. help/<str:type>/
  6. helper_cur/<str:type>/
  7. communaute/helper/<str:type>/<int:num>/
  8. communaute/help/<str:type>/<int:num>/
  9. fr/
  10. ^static/(?P<path>.*)$
  11. ^\.well\-known/(?P<path>.*)$

The current path, en/communaute/index/contenu/51/, 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.