Page not found (404)

Request Method: GET
Request URL: http://www.drea2m.be/fr/users/hga/
Raised by: cms.views.details

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

  1. ^media/(?P<path>.*)$
  2. ^sitemap\.xml$
  3. ^admin/
  4. ^ ^news/category/(?P<pk>[0-9]+)/$ [name='category']
  5. ^ ^news/article/(?P<pk>[0-9]+)/$ [name='detail']
  6. ^ ^news/ [name='index']
  7. ^ ^team/employee/(?P<pk>[0-9]+)/$ [name='detail']
  8. ^ ^projets/category/(?P<pk>[0-9]+)/$ [name='category']
  9. ^ ^projets/project/(?P<pk>[0-9]+)/$ [name='detail']
  10. ^ ^projets/ [name='index']
  11. ^ ^cms_login/$ [name='cms_login']
  12. ^ ^cms_wizard/
  13. ^ ^(?P<slug>[0-9A-Za-z-_.//]+)/$ [name='pages-details-by-slug']
  14. ^ ^$ [name='pages-root']
  15. ^ metrics [name='prometheus-django-metrics']

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