Page not found (404)

Utilisateur introuvable
Request Method: GET
Request URL: https://reparons.org/user/361/
Raised by: openrepairplatform.user.views.UserDetailView

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

  1. [name='homepage']
  2. mentions-legales/ [name='mentions-legales']
  3. a-propos/ [name='a-propos']
  4. robots.txt
  5. where/ [name='where']
  6. user/ <int:pk>/ [name='user_detail']

The current path, user/361/, matched the last one.

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.