Page not found (404)

No Channel matches the given query.
Request Method: GET
Request URL: https://umotion.univ-lemans.fr/channels/
Raised by: pod.video.views.channel

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

  1. select2/
  2. robots.txt
  3. info_pod.json
  4. ^admin/
  5. ^i18n/
  6. ^jsi18n/$ [name='javascript-catalog']
  7. ^maintenance/$ [name='maintenance']
  8. ^videos/
  9. ^rss
  10. ^video/
  11. ^ajax_calls/search_user/
  12. ^channels/ my/ [name='my_channels']
  13. ^channels/ edit/<slug:slug>/ [name='channel_edit']
  14. ^channels/ theme/edit/<slug:slug>/ [name='theme_edit']
  15. ^record/
  16. ^search/
  17. ^authentication_
  18. ^accounts/login/$ [name='local-login']
  19. ^accounts/logout/$ [name='local-logout']
  20. ^accounts/change-password/$
  21. ^accounts/reset-password/$
  22. ^accounts/userpicture/$ [name='userpicture']
  23. ^api-auth/
  24. ^rest/
  25. ^contact_us/$ [name='contact_us']
  26. ^captcha/
  27. ^download/$ [name='download_file']
  28. ^custom/
  29. ^cut/
  30. playlist/
  31. ^sso-cas/login/$ [name='cas-login']
  32. ^sso-cas/logout/$ [name='cas-logout']
  33. ^podfile/
  34. ^enrichment/
  35. favorite/
  36. ^ <slug:slug_c>/ [name='channel']

The current path, channels/, matched the last one.

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.