Page not found (404)

Request Method: GET
Request URL: http://www.harmsen.nl/bukoba/intro/index_html

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

  1. admin/
  2. cases/
  3. projects/
  4. lexicon/
  5. sitemap.xml
  6. robots.txt
  7. ask_otis/
  8. posts/
  9. autoniveau/
  10. slide/
  11. contact/
  12. morai/
  13. teacher/
  14. route/
  15. playground/
  16. tiny/
  17. getup/
  18. ^static/(?P<path>.*)$

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