Page not found (404)

Request Method: GET
Request URL: https://asco-modane.fr/section/list/

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

  1. ^airfield/
  2. ^alert/
  3. ^auth/
  4. ^blog/
  5. ^challenge/
  6. ^core/
  7. ^i18n/
  8. ^help/
  9. ^help/
  10. ^event/
  11. ^equipment/
  12. ^equipment/flying/
  13. ^equipment/rolling/
  14. ^files/
  15. ^mailing/
  16. ^paypal/
  17. ^payments/
  18. ^questionnaire/
  19. ^report/
  20. ^role/
  21. ^treasury/
  22. ^section/ ^all/$ [name='section_all']
  23. ^section/ ^active/$ [name='section_list']
  24. ^section/ ^active/(?P<year>\d+)/$ [name='section_active_list']
  25. ^section/ ^create/$ [name='section_create']
  26. ^section/ ^(?P<pk>\d+)/update/$ [name='section_update']
  27. ^section/ ^(?P<slug>[-\w]+)/update/$ [name='section_update']
  28. ^section/ ^(?P<slug>[-\w]+)/detail/$ [name='section_detail']
  29. ^section/ ^(?P<pk>\d+)/delete/$ [name='section_delete']
  30. ^section/ ^(?P<slug>[-\w]+)/delete/$ [name='section_delete']
  31. ^section/ ^(?P<pk>\d+)/delete/$ [name='section_delete']
  32. ^section/ ^(?P<slug>[-\w]+)/members/$ [name='section_members']
  33. ^section/ ^(?P<slug>[-\w]+)/members/(?P<year>\d+)/$ [name='year_section_members']
  34. ^section/ ^(?P<slug>[-\w]+)/pdf/(?P<year>\d+)/$ [name='year_section_pdf']
  35. ^section/ ^(?P<slug>[-\w]+)/excel/(?P<year>\d+)/$ [name='year_section_excel']
  36. ^section/ ^(?P<slug>[-\w]+)/emails/(?P<year>\d+)/$ [name='year_section_emails']
  37. ^section/ ^(?P<section_slug>[-\w]+)/wall/column/create$ [name='section_wall_column_create']
  38. ^section/ ^(?P<section_slug>[-\w]+)/wall/column/(?P<slug>[-\w]+)/update/$ [name='section_wall_column_update']
  39. ^section/ ^(?P<section_slug>[-\w]+)/wall/column/(?P<slug>[-\w]+)/delete/$ [name='section_wall_column_delete']
  40. ^section/ ^(?P<section_slug>[-\w]+)/wall/api/reorder/$ [name='section_wall_api_reorder']
  41. ^section/ ^(?P<section_slug>[-\w]+)/wall/column/(?P<slug>[-\w]+)/article/create/$ [name='section_wall_article_create']
  42. ^section/ ^(?P<section_slug>[-\w]+)/wall/column/article/(?P<pk>\d+)/update/$ [name='section_wall_article_update']
  43. ^section/ ^(?P<section_slug>[-\w]+)/wall/column/article/(?P<pk>\d+)/delete/$ [name='section_wall_article_delete']
  44. ^section/ ^(?P<section_slug>[-\w]+)/wall/column/article/(?P<pk>\d+)/picture/add$ [name='section_wall_picture_create']
  45. ^section/ ^(?P<section_slug>[-\w]+)/wall/column/article/picture/(?P<pk>\d+)/delete/$ [name='section_wall_picture_delete']
  46. ^section/ ^(?P<section_slug>[-\w]+)/wall/column/article/(?P<pk>\d+)/comment/add$ [name='section_wall_comment_create']
  47. ^settings/
  48. ^shortcut/
  49. ^validation/
  50. ^widget/
  51. ^year/
  52. ^static/(?P<path>.*)$
  53. ^uploads/(?P<path>.*)$

The current path, section/list/, 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.