Page not found (404)

Request Method: GET
Request URL: https://www.toofacile.fr/actualites/2021/12/recrutement.html

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

  1. admin/
  2. [name='homepage']
  3. pasici [name='pasici']
  4. tismo/ [name='tismo']
  5. tooblirien [name='tooblirien']
  6. paie-externalisee [name='paie_externalisee']
  7. paie-accompagnee [name='paie_accompagnee']
  8. silae [name='silae']
  9. python-automatisation [name='automatisation']
  10. developpement-application-personnalisee [name='developpement_web']
  11. qui-sommes-nous [name='QuiSommesNous']
  12. contact [name='contact']
  13. devis [name='devis']
  14. tarif [name='tarif']
  15. contact/submit [name='contact_submit']
  16. actualites [name='liste_actualites']
  17. actualites/<str:slug> [name='actualite']
  18. mentions-legales [name='mentions_legales']
  19. cgvu [name='cgvu']
  20. sitemap.xml

The current path, actualites/2021/12/recrutement.html, 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.