Page not found (404)

No extracted feature found matching the query
Request Method: GET
Request URL: http://db.simssa.ca/extractedfeatures/259743
Raised by: database.views.extracted_feature.ExtractedFeatureDetailView

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

  1. ^__debug__/
  2. admin/doc/
  3. admin/
  4. [name='home']
  5. about/ [name='about']
  6. search/ [name='search']
  7. archives/<int:pk> [name='archive-detail']
  8. archives/ [name='archive-list']
  9. create/ [name='create']
  10. contributions/ [name='contributionmusicalwork-list']
  11. contributions/<int:pk> [name='contributionmusicalwork-detail']
  12. encodingworkflows/ [name='encodingworkflows-list']
  13. encodingworkflows/<int:pk> [name='encodingworkflow-detail']
  14. experimentalstudies [name='experimentalstudy-list']
  15. experimentalstudies/<int:pk> [name='experimentalstudy-detail']
  16. extractedfeatures [name='extractedfeature-list']
  17. extractedfeatures/<int:pk> [name='extractedfeature-detail']

The current path, extractedfeatures/259743, 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.