Page not found (404)

Request Method: GET
Request URL: http://equake-rc.info/SIV/sivtools/list_solutions_for_benchmark/inv2a/

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

  1. admin/
  2. [name='equakerc_index']
  3. equakerc-login/ [name='equakerc_login']
  4. equakerc-logout/ [name='equakerc_logout']
  5. user-register/ [name='user_registration']
  6. feedback/thanks/ [name='equakerc_post_feedback']
  7. feedback/ [name='equakerc_feedback']
  8. about/ [name='equakerc_about']
  9. cers-software/ [name='cers_software']
  10. CERS/
  11. cers/
  12. research-data/ [name='equakerc_research_data']
  13. links/ [name='equakerc_external_links']
  14. SRCMOD/
  15. SIV/
  16. sivdb/
  17. sivdb/introduction/
  18. cers-software/rupgen/
  19. rupgen/
  20. cers-software/slip2stress/
  21. cers-software/bbsimulation/
  22. software/bbsimulation/
  23. cers-software/effsrcdim/
  24. software/slip2stress/
  25. cers-software/critarr/
  26. nerds/ [name='nerds']
  27. nerds/<nerdTAG> [name='edit_nerds']
  28. deletenerds/ [name='delete_nerds']
  29. ^media\/(?P<path>.*)$
  30. srcmod/
  31. siv/
  32. SRCMOD/
  33. SIV/ [name='siv_index']
  34. SIV/ utilities/ [name='siv_utilities']
  35. SIV/ about/ [name='siv_about']
  36. SIV/ faq/ [name='siv_faq']
  37. SIV/ fileformats/ [name='siv_fileformats']
  38. SIV/ fileformats/rupmod/ [name='siv_fileformats_rupmod']
  39. SIV/ fileformats/syn/ [name='siv_fileformats_syn']
  40. SIV/ fileformats/dsp/ [name='siv_fileformats_dsp']
  41. SIV/ fileformats/legacy/ [name='siv_fileformats_legacy']
  42. SIV/ sivtools/ [name='siv_list_benchmarks']
  43. SIV/ sivtools/ benchmarks/ [name='siv_list_benchmarks']
  44. SIV/ sivtools/ list_benchmarks/
  45. SIV/ sivtools/ upload_solution/ [name='siv_upload_solution']
  46. SIV/ sivtools/ list_my_solutions/ [name='siv_list_my_solutions']
  47. SIV/ sivtools/ solutions/<benchmark_key>/ [name='siv_list_solutions_for_benchmark']
  48. SIV/ sivtools/ show_inverse_solution/<solution_key>/ [name='siv_show_inverse_solution']
  49. SIV/ sivtools/ show_forward_solution/<solution_key>/ [name='siv_show_forward_solution']
  50. SIV/ sivtools/ render_model/<figure_key>/ [name='siv_render_model']
  51. SIV/ sivtools/ render_station_component/<figure_key>/ [name='siv_render_station_component']
  52. SIV/ sivtools/ download_synar/<solution_key>/ [name='siv_download_synar']
  53. SIV/ sivtools/ download_rupmod/<solution_key>/ [name='siv_download_rupmod']
  54. SIV/ sivtools/ download_dsp/<solution_key>/ [name='siv_download_dsp']
  55. SIV/ sivtools/ delete_solution/<solution_key>/ [name='siv_delete_solution']
  56. SIV/ sivtools/ delete_inverse_solution/<solution_key>/ [name='siv_delete_inverse_solution']
  57. SIV/ sivtools/ delete_forward_solution/<solution_key>/ [name='siv_delete_forward_solution']
  58. SIV/ sivtools/ delete_dsp/<solution_key>/ [name='siv_delete_displacement_file']
  59. SIV/ sivtools/ make_solution_private/<solution_key>/ [name='siv_make_solution_private']
  60. SIV/ sivtools/ make_solution_public/<solution_key>/ [name='siv_make_solution_public']
  61. SIV/ sivtools/ change_solution_description/<solution_key>/ [name='change_solution_description']
  62. SIV/ sivtools/ show_forward_solution_comparison/<benchmark_key>/ [name='siv_show_forward_solution_comparison']
  63. SIV/ sivtools/ show_forward_solution_kristekova/<benchmark_key>/ [name='siv_show_forward_solution_kristekova']
  64. SIV/ sivtools/ render_station_component_comparison/<figure_key>/ [name='siv_render_station_component_comparison']
  65. SIV/ sivtools/ render_station_component_kristekova/<figure_key>/ [name='siv_render_station_component_kristekova']
  66. SIV/ sivtools/ show_forward_waveform_misfits/<benchmark_key>/ [name='siv_show_waveform_mistfits']
  67. SIV/ sivtools/ show_fourier_spectra/<benchmark_key>/ [name='siv_show_fourier_spectra']
  68. SIV/ sivtools/ show_forward_spectral_misfits/<benchmark_key>/ [name='siv_show_forward_spectral_misfits']
  69. SIV/ sivtools/ render_station_fourier_spectra/<figure_key>/ [name='siv_render_station_fourier_spectra']
  70. SIV/ sivtools/ show-scalar-metrics/<benchmark_key>/ [name='siv_show_table_scalar_metrics']
  71. SIV/ sivtools/ show-scalar-metrics/MDS/<benchmark_key>/ [name='siv_show_MDS_metrics']
  72. SIV/ sivtools/ render-plot-MDS/ [name='siv_render_MDS_metrics']
  73. SIV/ sivtools/ show-scalar-metrics/SPCT/<benchmark_key>/ [name='siv_show_SPCT_metrics']
  74. SIV/ sivtools/ show-scalar-metrics/plot-SPCT-variogram/ [name='siv_render_SPCT_variogram']
  75. SIV/ sivtools/ show_inverse_solution_grid_comparison/<benchmark_key>/ [name='siv_show_inverse_solution_grid_comparison']
  76. SIV/ sivtools/ show_inverse_solution_contour_comparison/<benchmark_key>/ [name='siv_show_inverse_solution_contour_comparison']
  77. SIV/ sivtools/ render_model_contour_comparison/<figure_key>/ [name='siv_render_model_contour_comparison']
  78. SIV/ sivtools/ render_model_grid_comparison/<figure_key>/ [name='siv_render_model_grid_comparison']

The current path, SIV/sivtools/list_solutions_for_benchmark/inv2a/, 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.