Page not found (404)

Request Method: GET
Request URL: https://ailb-web.ing.unimore.it/cadl2022/people

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

  1. admin/
  2. accounts/
  3. shibboleth/
  4. lorenzo/ricevimento/
  5. aimagelab-srv/
  6. polls/
  7. cadl2020/
  8. cadl2023/
  9. ai4dh2021/
  10. dfad2023/
  11. hwr/
  12. captioning/
  13. [name='index']
  14. lva-tutorial/ [name='lva_tutorial']
  15. seminar-large-scale-distributed-training/ [name='seminar_large_scale_distributed_training']
  16. ^static/(?P<path>.*)$
  17. ^media/(?P<path>.*)$

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