Page not found (404)

Request Method: GET
Request URL: http://pycon.or.tz/2019/speak/index.html

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

  1. __debug__/
  2. admin/
  3. accounts/
  4. 2019/ [name='home2019']
  5. 2019/ about/ [name='about2019']
  6. 2019/ speak/ [name='speak2019']
  7. 2019/ sponsor/ [name='sponsor2019']
  8. 2019/ covid-19/ [name='covid2019']
  9. 2019/ coc/ [name='coc2019']
  10. 2019/ schedule/ [name='schedule2019']
  11. 2020/
  12. 2021/
  13. [name='home']
  14. about/ [name='about']
  15. speak/ [name='speak']
  16. sponsor/ [name='sponsor']
  17. travel-guide/ [name='travel']
  18. coc/ [name='coc']
  19. schedule/ [name='schedule']
  20. ticket/ [name='ticket']

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