Page not found (404)

No Protein matches the given query.
Request Method: GET
Request URL: https://www.dsimb.inserm.fr/respire/proteins/1122

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

  1. ^admin/doc/
  2. ^admin/
  3. ^$ [name='homepage']
  4. ^add$ [name='add']
  5. ^add_protein$ [name='add_protein']
  6. ^contact$ [name='contact']
  7. ^csv$ [name='csv']
  8. ^documentation$ [name='documentation']
  9. ^history$ [name='history']
  10. ^liste$ [name='liste']
  11. ^login$ [name='login']
  12. ^query/(?P<keyw>.*)$ [name='query']
  13. ^query_adv$ [name='query_adv']
  14. ^query_prot$ [name='query_prot']
  15. ^query_complex$ [name='complex_query']
  16. ^reference/(?P<keyw>.*)/(?P<keyq>.*)$ [name='reference']
  17. ^statistics$ [name='statistics']
  18. ^test$ [name='test']
  19. ^todo$ [name='todo']
  20. ^proteins/ ^(\d+)$ [name='protein']

The current path, proteins/1122, matched the last one.

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.