Page not found (404)

Request Method: GET
Request URL: https://asco-modane.fr/blog/list/?section=tir

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

  1. ^airfield/
  2. ^alert/
  3. ^auth/
  4. ^blog/ ^post/list/$ [name='blog_post_list']
  5. ^blog/ ^post/create/$ [name='blog_post_create']
  6. ^blog/ ^post/(?P<pk>\d+)/update/$ [name='blog_post_update']
  7. ^blog/ ^post/(?P<slug>[-\w]+)/update/$ [name='blog_post_update']
  8. ^blog/ ^post/(?P<pk>\d+)/delete/$ [name='blog_post_delete']
  9. ^blog/ ^post/(?P<slug>[-\w]+)/delete/$ [name='blog_post_delete']
  10. ^blog/ ^post/(?P<pk>\d+)/detail/$ [name='blog_post_detail']
  11. ^blog/ ^post/(?P<slug>[-\w]+)/detail/$ [name='blog_post_detail']
  12. ^blog/ ^post/(?P<pk>\d+)/publication/toggle/ [name='post_toggle_publication']
  13. ^blog/ ^post/(?P<pk>\d+)/validate/ [name='post_validate']
  14. ^blog/ ^post/(?P<pk>\d+)/unvalidate/ [name='post_invalidate']
  15. ^blog/ ^post/(?P<pk>\d+)/picture/add/ [name='blog_picture_add']
  16. ^blog/ ^post/(?P<slug>[-\w]+)/picture/add/ [name='blog_picture_add']
  17. ^blog/ ^picture/(?P<pk>\d+)/delete/ [name='blog_picture_delete']
  18. ^blog/ ^(?P<slug>[-\w]+)/comment/add/ [name='blog_comment_add']
  19. ^blog/ ^comment/edit/(?P<pk>\d+)/ [name='blog_comment_edit']
  20. ^blog/ ^comment/up/(?P<pk>\d+) [name='blog_comment_up']
  21. ^blog/ ^comment/down/(?P<pk>\d+) [name='blog_comment_down']
  22. ^blog/ ^comment/moderate/(?P<pk>\d+) [name='blog_comment_moderate']
  23. ^blog/ ^comment/delete/(?P<pk>\d+) [name='blog_comment_delete']
  24. ^blog/ ^category/(?P<id>\d+)$ [name='blog_category']
  25. ^blog/ ^tag/autocomplete/$ [name='blog_tag_autocomplete']
  26. ^blog/ ^__save [name='init']
  27. ^challenge/
  28. ^core/
  29. ^i18n/
  30. ^help/
  31. ^help/
  32. ^event/
  33. ^equipment/
  34. ^equipment/flying/
  35. ^equipment/rolling/
  36. ^files/
  37. ^mailing/
  38. ^paypal/
  39. ^payments/
  40. ^questionnaire/
  41. ^report/
  42. ^role/
  43. ^treasury/
  44. ^section/
  45. ^settings/
  46. ^shortcut/
  47. ^validation/
  48. ^widget/
  49. ^year/
  50. ^static/(?P<path>.*)$
  51. ^uploads/(?P<path>.*)$

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