Page not found (404)

Request Method: GET
Request URL: http://www.pycon.or.tz/about/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/
  5. 2020/
  6. 2021/
  7. [name='home']
  8. about/ [name='about']
  9. speak/ [name='speak']
  10. sponsor/ [name='sponsor']
  11. travel-guide/ [name='travel']
  12. coc/ [name='coc']
  13. schedule/ [name='schedule']
  14. ticket/ [name='ticket']

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