Page not found (404)

No Commit matches the given query.
Request Method: GET
Request URL: https://octopus-code.org/testsuite/commits/5583
Raised by: octtestvis.views.CommitComparisonView

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

  1. __debug__/
  2. testsuite/ [name='test_index']
  3. testsuite/ commits [name='test_commits']
  4. testsuite/ git/commits [name='test_commits_git']
  5. testsuite/ git/branches [name='test_branches_git']
  6. testsuite/ runs/<int:pk> [name='test_run_detail']
  7. testsuite/ input/<int:pk> [name='test_input_detail']
  8. testsuite/ match/<int:pk> [name='test_match_detail']
  9. testsuite/ compare/commits/<int:commit_id>/match/<int:match_type> [name='test_match_comparison']
  10. testsuite/ compare/commits/<int:commit_id>/match/<int:match_type>/updated [name='test_match_update']
  11. testsuite/ compare/commits/<int:commit_id>/match/<int:match_type>/updated_fixed_reference [name='test_match_update_fixref']
  12. testsuite/ compare/commits/<int:commit_id>/match/<int:match_type>/plot [name='test_match_plot']
  13. testsuite/ compare/commits/<int:commit_id>/input/<name> [name='test_input_comparison']
  14. testsuite/ compare/commits/<int:commit_id>/input/<name>/updated [name='test_input_update']
  15. testsuite/ compare/commits/<int:commit_id>/input/<name>/updated_fixed_reference [name='test_input_update_fixref']
  16. testsuite/ compare/commits/<int:commit_id>/input/<name>/updated_failed [name='test_input_update_failed']
  17. testsuite/ compare/commits/<int:commit_id>/input/<name>/updated_fixed_reference_failed [name='test_input_update_fixref_failed']
  18. testsuite/ commits/<int:commit_id> [name='test_commit_comparison']

The current path, testsuite/commits/5583, 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.