Page not found (404)

Request Method: GET
Request URL: https://www.trendzlink.com/summarisation/evaluation/

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

  1. ^$ [name='login']
  2. ^admin/
  3. ^nodes/ [name='Nodes']
  4. ^test/ [name='Test']

The current URL, summarisation/evaluation/, 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.