Page not found (404)

Request Method: GET
Request URL: http://19-58.net/component/jevents/month.calendar/2017/11/22/54.html

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

  1. gestion/
  2. [name='home']
  3. section/<slug:section>/<slug:page> [name='section_details']
  4. section/<slug:section>/camps/<slug:id_camp> [name='section_camp_details']
  5. page/<slug:page>/ [name='page']
  6. unite/<slug:unite>/ [name='unite_details']
  7. news/<slug:news_id>/ [name='news_details']
  8. documents/ [name='documents']
  9. absenteisme [name='absenteisme']
  10. cotisations [name='cotisations']
  11. photos/<slug:year>/ [name='photos']
  12. admin/

The current path, component/jevents/month.calendar/2017/11/22/54.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.