Page not found (404)

Request Method: GET
Request URL: http://lcl.uniroma1.it/glossextractor

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

  1. [name='index']
  2. people [name='people']
  3. outputs [name='outputs']
  4. publications [name='publications']
  5. posts/<int:post_id> [name='post']
  6. admin/
  7. ^media\/(?P<path>.*)$

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