Page not found (404)

Request Method: GET
Request URL: https://azsecuriteconseilformation.fr/dates-2019

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

  1. [name='home']
  2. maintenance/ [name='maintenance']
  3. api/v1/
  4. site/article/ [name='site_article_list']
  5. site/article/detail/<slug:slug>/ [name='site_article_detail']
  6. site/entite/ [name='site_entite_list']
  7. site/entite/detail/<slug:slug>/ [name='site_entite_detail']
  8. site/univers/detail/<int:pk>/ [name='site_univers_detail']
  9. contact/ [name='contact-us']
  10. presentation/ [name='presentation']
  11. financement/ [name='financement']
  12. certifications/ [name='certification']
  13. site/calendrier/ [name='site_calendaritem_list']
  14. site/calendrier/<slug:type> [name='site_calendaritem_list_search']
  15. site/calendrier/detail/<int:pk> [name='site_calendaritem_detail']
  16. nos-formations/ [name='nos_formations']
  17. admin/
  18. api-auth/
  19. djrichtextfield/
  20. ^static\/(?P<path>.*)$
  21. ^media\/(?P<path>.*)$

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