Page not found (404)

Request Method: GET
Request URL: http://mbpdb.nws.oregonstate.edu/peptide_multi_search/

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

  1. ^$ [name='index']
  2. ^pepex/$ [name='pepex']
  3. ^add_proteins/$ [name='add_proteins']
  4. ^download_fasta_file/$ [name='download_fasta_file']
  5. ^tsv_search_results/ [name='tsv_search_results']
  6. ^peptide_db_csv/$ [name='peptide_db_csv']
  7. ^peptide_search/$ [name='peptide_search']
  8. ^about_us/$ [name='about_us']
  9. ^admin/
  10. get_protein_list/ [name='get_protein_list']

The current path, peptide_multi_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.