Page not found (404)

“/usr/src/app/docs_manual/_build/html/_sources/setup_tuning.rst.txt” does not exist
Request Method: GET
Request URL: https://varfish-kiosk.bihealth.org/manual/_sources/setup_tuning.rst.txt
Raised by: docs.views.serve_docs

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

  1. ^saml2_auth/
  2. ^sso/login/$
  3. ^sso/admin/login/$
  4. ^sso/logout/$
  5. ^sso/admin/logout/$
  6. ^$ [name='kiosk-upload']
  7. ^real-home/$ [name='home']
  8. ^icons/
  9. ^geneinfo/
  10. ^variants/
  11. ^importer/
  12. ^svs/
  13. ^bgjobs/
  14. ^about/$ [name='about']
  15. ^admin/
  16. api/auth/
  17. ^login/$ [name='login']
  18. ^logout/$ [name='logout']
  19. ^project/
  20. ^timeline/
  21. ^alerts/
  22. ^siteinfo/
  23. ^userprofile/
  24. ^tokens/
  25. ^manual/ ^$ [name='docs_root']
  26. ^manual/ ^(?P<path>.*)$ [name='docs_files']

The current path, manual/_sources/setup_tuning.rst.txt, matched the last one.

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.