Page not found (404)

No Dataset matches the given query.
Request Method: GET
Request URL: http://ifcb-data.sams.ac.uk:443/timeline?dataset=NAFC
Raised by: dashboard.views.timeline_page

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

  1. admin/
  2. secure/
  3. savedatacsv1 [name='savedatacsv1']
  4. savedatacsv2 [name='savedatacsv2']
  5. savedatacsv3 [name='savedatacsv3']
  6. gethabsspeciesdata [name='gethabsspeciesdata']
  7. ajaxgetspeciesgroupdata [name='ajaxgetspeciesgroupdata']
  8. test [name='test']
  9. index.html
  10. dashboard [name='datasets']
  11. timeline [name='timeline_page']

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