Page not found (404)

Request Method: GET
Request URL: http://flymet.org/met_explore/metabolite_search?metabolite_search=piperidine

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

  1. __debug__/
  2. met_explore/ [name='met_explore_index']
  3. met_explore/ background [name='background']
  4. met_explore/ credits [name='credits']
  5. met_explore/ glossary [name='glossary']
  6. met_explore/ exp_protocols [name='exp_protocols']
  7. met_explore/ feedback [name='feedback']
  8. met_explore/ links [name='links']
  9. met_explore/ about [name='about']
  10. met_explore/ plate/
  11. met_explore/ met_ex_all/<str:cmpd_list> [name='met_ex_all']
  12. met_explore/ metabolite_search_tissue [name='metabolite_search_tissue']
  13. met_explore/ met_ex_tissues [name='met_ex_tissues']
  14. met_explore/ peak_ex_compare/<str:peak_compare_list> [name='peak_ex_compare']
  15. met_explore/ peak_mf_compare/<str:peak_mf_list> [name='peak_mf_compare']
  16. met_explore/ peak_explorer/<str:peak_list> [name='peak_explorer']
  17. met_explore/ peak_data/<str:peak_list> [name='peak_data']
  18. met_explore/ peak_compare_data/<str:peak_compare_list> [name='peak_compare_data']
  19. met_explore/ peak_mf_compare_data/<str:peak_mf_list> [name='peak_mf_age_data']
  20. met_explore/ pals_data [name='pals_data']
  21. met_explore/ pathway_explorer [name='pathway_explorer']
  22. met_explore/ pathway_search [name='pathway_search']
  23. met_explore/ pathway_metabolites [name='pathway_metabolites']
  24. met_explore/ gene_tissue_explorer/<str:gene_list> [name='gene_tissue_explorer']
  25. met_explore/ met_ex_comp_tissue [name='met_ex_comp_tissue']
  26. met_explore/ met_age_all/<str:cmpd_list> [name='met_age_all']
  27. met_explore/ metabolite_search_age [name='metabolite_search_age']
  28. met_explore/ met_age_id [name='met_age_id']
  29. met_explore/ peak_age_compare/<str:peak_compare_list> [name='peak_age_compare']
  30. met_explore/ peak_mf_age_compare [name='peak_mf_age_compare']
  31. met_explore/ peak_age_explorer/<str:peak_list> [name='peak_age_explorer']
  32. met_explore/ peak_age_data/<str:peak_list> [name='peak_age_data']
  33. met_explore/ peak_age_compare_data/<str:peak_compare_list> [name='peak_age_compare_data']
  34. met_explore/ peak_mf_age_data [name='peak_mf_age_data']
  35. met_explore/ pals_age_data [name='pals_age_data']
  36. met_explore/ pathway_age_explorer [name='pathway_age_explorer']
  37. met_explore/ pathway_age_search [name='pathway_age_search']
  38. met_explore/ pathway_age_metabolites [name='pathway_age_metabolites']
  39. met_explore/ gene_age_explorer/<str:gene_list> [name='gene_age_explorer']
  40. met_explore/ met_ex_comp_age [name='met_ex_comp_age']
  41. met_explore/ index_age [name='index_age']
  42. met_explore/ met_search_highchart_data/<str:analysis_id>/<str:tissue>/<str:metabolite> [name='met_search_highchart_data']
  43. met_explore/ metabolite_data/<str:cmpd_ids> [name='metabolite_data']
  44. met_explore/ metabolite_peak_data/<int:cmpd_id> [name='metabolite_peak_data']
  45. met_explore/ get_metabolite_names [name='get_metabolite_names']
  46. met_explore/ peak_explore_annotation_data/<int:peak_id> [name='peak_explore_annotation_data']
  47. met_explore/ get_pathway_names [name='get_pathway_names']
  48. met_explore/ metabolite_pathway_data/<str:pw_id> [name='metabolite_pathway_data']
  49. met_explore/ met_ex_pathway_data/<int:cmpd_id> [name='met_ex_pathway_data']
  50. met_explore/ gene_data/<str:gene_ids> [name='gene_data']
  51. met_explore/ gene_omics_data/<str:gene_id> [name='gene_omics_data']
  52. met_explore/ enzyme_search [name='enzyme_search']
  53. admin/
  54. registration/

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