Page not found (404)

Request Method: GET
Request URL: http://prfact.ch/fr/recherche/
Raised by: cms.views.details

Using the URLconf defined in routing, Django tried these URL patterns, in this order:

  1. robots.txt
  2. fr/ admin/
  3. fr/ core/
  4. fr/ ^actuel/blog/(?P<slug>.+)/ [name='blog_article']
  5. fr/ ^actuel/blog/ [name='blog_list']
  6. fr/ ^faits/carriere/(?P<id>\d+)/(?P<slug>.+) [name='jobs_detail']
  7. fr/ ^faits/references/(?P<slug>.+)/ [name='projects_detail']
  8. fr/ ^faits/references/ [name='projects_list']
  9. fr/ ^cms_login/$ [name='cms_login']
  10. fr/ ^cms_wizard/
  11. fr/ ^(?P<slug>[0-9A-Za-z-_.//]+)/$ [name='pages-details-by-slug']
  12. fr/ ^$ [name='pages-root']

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