Page not found (404)

Request Method: GET
Request URL: http://nlp.commonspaces.eu/results

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

  1. ^ ^$
  2. ^ ^api/configuration [name='nlp.views.configuration']
  3. ^ ^api/analyze$ [name='nlp.views.analyze']
  4. ^ ^api/add_terms/ [name='nlp.views.annotate_with_terms']
  5. ^ ^api/word_contexts/ [name='nlp.views.word_contexts']
  6. ^ ^api/text_cohesion [name='nlp.views.text_cohesion']
  7. ^ ^api/compare_docs/ [name='nlp.views.compare_docs']
  8. ^ ^api/compare$ [name='nlp.views.compare']
  9. ^ ^api/get_corpora/ [name='nlp.views.get_corpora']
  10. ^ ^api/get_corpus$ [name='nlp.views.get_corpus']
  11. ^ ^api/new_corpus/ [name='nlp.views.new_corpus']
  12. ^ ^api/delete_corpus/ [name='nlp.views.delete_corpus']
  13. ^ ^api/add_doc/ [name='nlp.views.add_doc']
  14. ^ ^api/remove_doc/ [name='nlp.views.remove_doc']
  15. ^ ^about$ [name='nlp.views.about']
  16. ^ ^gsoc$ [name='nlp.views.gsoc']
  17. ^ ^visualize$ [name='nlp.views.visualize_view']

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