Page not found (404)

Request Method: GET
Request URL: http://betdurand.com/references/culture/

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

  1. [name='home']
  2. reference/<str:slug> [name='reference']
  3. competences/ [name='competences']
  4. equipement/ [name='equipement']
  5. qualifications/ [name='qualifications']
  6. equipe/ [name='equipe']
  7. recrutement/ [name='recrutement']
  8. ficheposte/<int:id> [name='ficheposte']
  9. communication [name='communication']
  10. significatives [name='significatives']
  11. ^static/(?P<path>.*)$
  12. admin/
  13. ckeditor5/
  14. robots.txt
  15. ^media/(?P<path>.*)$

The current path, references/culture/, 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.