Page not found (404)

Request Method: GET
Request URL: http://nlp.uoregon.edu/trankit/

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

  1. admin/
  2. [name='main_index']
  3. people [name='main_people']
  4. publications [name='main_publications']
  5. software [name='main_softwares']
  6. resources [name='main_resources']
  7. contact [name='main_contact']
  8. fourie [name='fourie']
  9. trankit [name='trankit']
  10. annotate_fourie_text [name='annotate_fourie_text']
  11. annotate_fourie_url [name='annotate_fourie_url']
  12. annotate_trankit_text [name='annotate_trankit_text']

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