Page not found (404)

Request Method: GET
Request URL: http://dpeptidebuilder.quimica.unam.mx/chemspace

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

  1. ^home/
  2. ^input_structure/
  3. ^peptides/csv/(?P<csv_name>.+)/$
  4. ^peptides/contact/
  5. ^peptides/chemspace/
  6. ^ppi/chemicalspace/
  7. ^peptides/diversity/
  8. ^peptides/
  9. ^download_csv$
  10. ^userguide/
  11. admin/

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