Page not found (404)

Request Method: GET
Request URL: https://pod.univ-reunion.fr/default/index/download/id/3225

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

  1. ^favicon\.ico$
  2. ^i18n/
  3. ^admin/
  4. ^rest/
  5. ^api-auth/
  6. ^accounts/login/$ [name='account_login']
  7. ^accounts/logout/$ [name='account_logout']
  8. ^accounts/cas/login/$ [name='cas_login']
  9. ^accounts/cas/logout/$ [name='cas_logout']
  10. ^user/ [name='user_profile']
  11. ^status/ [name='status']
  12. ^owner_channels_list/ [name='owner_channels_list']
  13. ^owner_videos_list/ [name='owner_videos_list']
  14. ^favorites_videos_list/ [name='favorites_videos_list']
  15. ^ckeditor/
  16. ^browse/ [name='ckeditor_browse']
  17. ^my-admin/jsi18n/
  18. ^search/$ [name='search_videos']
  19. ^contact_us/$ [name='contact_us']
  20. ^captcha/
  21. ^mediacourses_add/$ [name='mediacourses']
  22. ^mediacourses_notify/$ [name='mediacourses_notify']
  23. ^lives/$ [name='lives']
  24. ^liveState/$ [name='liveState']
  25. ^liveSlide/$ [name='liveSlide']
  26. ^live/(?P<pk>\d+)/$ [name='live']
  27. ^owners/$ [name='owners']
  28. ^types/$ [name='types']
  29. ^disciplines/$ [name='disciplines']
  30. ^tags/$ [name='tags']
  31. ^videos/$ [name='videos']
  32. ^video/(?P<slug>[\-\d\w]+)/$ [name='video']
  33. ^video_priv/(?P<slug>[\-\d\w]+)/$ [name='video_priv']
  34. ^video_edit/$ [name='video_edit']
  35. ^video_edit/(?P<slug>[\-\d\w]+)/$ [name='video_edit']
  36. ^video_delete/(?P<slug>[\-\d\w]+)/$ [name='video_delete']
  37. ^video_add_favorite/(?P<slug>[\-\d\w]+)/$ [name='video_add_favorite']
  38. ^video_add_report/(?P<slug>[\-\d\w]+)/$ [name='video_add_report']
  39. ^video_completion/(?P<slug>[\-\d\w]+)/$ [name='video_completion']
  40. ^video_completion_contributor/(?P<slug>[\-\d\w]+)/$ [name='video_completion_contributor']
  41. ^video_completion_subtitle/(?P<slug>[\-\d\w]+)/$ [name='video_completion_subtitle']
  42. ^video_completion_download/(?P<slug>[\-\d\w]+)/$ [name='video_completion_download']
  43. ^video_chapter/(?P<slug>[\-\d\w]+)/$ [name='video_chapter']
  44. ^video_enrich/(?P<slug>[\-\d\w]+)/$ [name='video_enrich']
  45. ^video_notes/(?P<slug>[\-\d\w]+)/$ [name='video_notes']
  46. ^get_video_encoding/(?P<slug>[\-\d\w]+)/(?P<csrftoken>[\-\d\w]+)/(?P<size>[\-\d]+)/(?P<type>[\-\d\w]+)/(?P<ext>[\-\d\w]+)/$ [name='get_video_encoding']
  47. ^video_interactive/(?P<slug>[\-\d\w]+)/$ [name='video_interactive']
  48. ^h5p/
  49. ^rss/select/(?P<qparam>[^\/]+)/$ [name='rss_select']
  50. ^rss/hd/(?P<qparam>[^\/]+)/$ [name='podcast_hd']
  51. ^rss/sd/(?P<qparam>[^\/]+)/$ [name='podcast_sd']
  52. ^channels/$ [name='channels']
  53. ^(?P<slug_c>[\-\d\w]+)/$ [name='channel']
  54. ^(?P<slug_c>[\-\d\w]+)/edit$ [name='channel_edit']
  55. ^(?P<slug_c>[\-\d\w]+)/(?P<slug_t>[\-\d\w]+)/$ [name='theme']
  56. ^(?P<slug_c>[\-\d\w]+)/video/(?P<slug>[\-\d\w]+)/$ [name='video']
  57. ^(?P<slug_c>[\-\d\w]+)/(?P<slug_t>[\-\d\w]+)/video/(?P<slug>[\-\d\w]+)/$ [name='video']
  58. ^media\/(?P<path>.*)$

The current URL, default/index/download/id/3225, 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.