Page not found (404)

Request Method: GET
Request URL: http://www.glycanstructure.org/construct_ligand

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

  1. ^$
  2. ^overview$
  3. ^gsalign$
  4. ^gsalign/reference$
  5. ^construct_gbs$
  6. ^glycanreader
  7. ^glycanmodeler
  8. ^fragment-db
  9. ^glymdb
  10. ^gbs-db

The current URL, construct_ligand, 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.