Page not found (404)

Aucun objet place trouvé en réponse à la requête
Request Method: GET
Request URL: https://reparons.org/location/8632/le-croiseur-qg-de-latelier-soude/
Raised by: openrepairplatform.location.views.PlaceView

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/
  7. avatar/
  8. admin/
  9. accounts/
  10. event/
  11. inventory/
  12. location/ [name='list']
  13. location/ create/<int:orga_pk> [name='create']
  14. location/ <int:pk>/edit/ [name='edit']
  15. location/ <int:pk>/delete/ [name='delete']
  16. location/ <int:pk>/<slug>/ [name='detail']

The current path, location/8632/le-croiseur-qg-de-latelier-soude/, 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.