Page not found (404)

Request Method: GET
Request URL: http://www.saed.sn/Realisations.html

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

  1. [name='index_page']
  2. admin/
  3. account/
  4. contact [name='contact']
  5. presentation [name='presentation']
  6. organigramme [name='organigramme']
  7. activites [name='activite']
  8. mots-du-directeur [name='directeur']
  9. delegation-de-dagana [name='dagana']
  10. delegation-de-matam [name='matam']
  11. delegation-de-podor [name='podor']
  12. delegation-de-lac [name='lac']
  13. delegation-de-bakel [name='bakel']
  14. programme-delta [name='projetDelta']
  15. projet-aidep-podor [name='projetAidep']
  16. projet-pariis [name='projetPariis']
  17. projet-pgire [name='projetPgir']
  18. projet-apefam2 [name='projetApefam2']
  19. projet-prepiv-podor [name='projetPrepiPpodor']
  20. projet-2pvps [name='projet2pvps']
  21. projet-pdidcp [name='projetPdidcp']
  22. projet-savoigne [name='projetSavoigne']
  23. rapports/production-annuelle [name='productionAnuelle']
  24. filieres [name='fillieres']
  25. activites/domaine-dactivite-numero-1 [name='domaine1']
  26. activites/domaine-dactivite-numero-2 [name='domaine2']
  27. activites/domaine-dactivite-numero-3 [name='domaine3']
  28. activites/domaine-dactivite-numero-4 [name='domaine4']
  29. activites/domaine-dactivite-numero-5 [name='domaine5']
  30. activites/domaine-dactivite-numero-6 [name='domaine6']
  31. activites/domaine-dactivite-numero-7 [name='domaine7']
  32. projets-et-programmes [name='toutLesProjet']
  33. direction-autonome-maintenance [name='dam']
  34. actualites [name='actualites']
  35. actualite/(?P<slug>[\w\d-]+)$ [name='detail_actu']
  36. pasation-des-marches/appel-doffres [name='appelDoffre']
  37. pasation-des-marches/manifestations-dinteret [name='manifestationInteret']
  38. pasation-des-marches/demandes-de-renseignement-de-prix-a-competions-ouvert [name='drpco']
  39. pasation-des-marches/appel-doffre/(?P<slug>[\w\d-]+)$ [name='appelDoffreDetails']
  40. pasation-des-marches/drcpo/(?P<slug>[\w\d-]+)$ [name='drpcoDetails']
  41. pasation-des-marches/manifestation-interet/(?P<slug>[\w\d-]+)$ [name='manifestationInteretDetails']
  42. pasation-des-marches/avis-attribution [name='avisAttribution']
  43. gestion-actualite/
  44. gestion-marche-publique/
  45. ^media/(?P<path>.*)$
  46. ^static/(?P<path>.*)$
  47. ^ckeditor/
  48. ^$ [name='portal']
  49. ^media/(?P<path>.*)$

The current path, Realisations.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.