Page not found (404)

Request Method: GET
Request URL: https://africa.pycon.org/2019/team/index.html

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

  1. [name='keynotes']
  2. 2020 [name='keynotes']
  3. keynote/<slug:slug> [name='keynote_details']
  4. new/ [name='keynote_new']
  5. <slug:slug>/edit/ [name='keynote_edit']
  6. hitcount/
  7. about/ [name='about']
  8. platform/ [name='hopin']
  9. coc/ [name='coc']
  10. coc/reporting-guidelines [name='reporting']
  11. coc/guidelines [name='guidelines']
  12. sponsor-us/ [name='sponsor']
  13. sponsor/ [name='sponsor']
  14. tickets/ [name='tickets']
  15. team/ [name='team']
  16. speakers/
  17. schedule/
  18. our-sponsors/
  19. 2019/ [name='home19']
  20. 2019/ about/ [name='about']
  21. 2019/ schedule/ [name='schedule']
  22. 2019/ conduct/ [name='conduct']
  23. 2019/ coc/eporting-guidelines/
  24. 2019/ coc/guidelines/
  25. 2019/ sponsor-us/ [name='sponsor_us']
  26. 2019/ our-sponsors/ [name='sponsors']
  27. 2019/ register/ [name='register']
  28. 2019/ travel/ [name='traveladvice']
  29. 2019/ fin-aid/ [name='fin_aid']
  30. 2019/ team/ [name='team']
  31. 2019/ report/ [name='report']
  32. summernote/
  33. tinymce/
  34. organizers/
  35. ^media/(?P<path>.*)$

The current path, 2019/team/index.html, 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.