Page not found (404)

Request Method: GET
Request URL: http://web-corpora.net/wsgi/mystemplus.wsgi/mystemplus/compare_demo/hse.ru

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

  1. ^admin/
  2. ^mystemplus/ ^$ [name='start_page']
  3. ^mystemplus/ ^thanks/$ [name='feedback']
  4. ^mystemplus/ ^tagger/(?P<name>.+)/$ [name='taggername']
  5. ^mystemplus/ ^lstm_tagger/$ [name='lstm_send_results']
  6. ^mystemplus/ ^compare_table/$ [name='comp_table']
  7. ^mystemplus/ ^compare_demo/$ [name='compare_demo']
  8. ^mystemplus/ ^instructions/$ [name='instructions']
  9. ^mystemplus/ ^model_pos/(?P<tagger>\w+)/$ [name='pos_model_download']
  10. ^mystemplus/ ^model_all/(?P<tagger>\w+)/$ [name='all_model_download']
  11. ^mystemplus/ ^mystem/results [name='mystem_send_results']
  12. ^mystemplus/ ^mystem/download_file [name='mystem_download_file']
  13. ^mystemplus/ treetagger/results [name='tree_send_results']
  14. ^mystemplus/ treetagger/download_file [name='tree_download_file']
  15. ^mystemplus/ tnt/results [name='tnt_send_results']
  16. ^mystemplus/ tnt/download_file [name='tnt_download_file']
  17. ^mystemplus/ hunpos/results [name='hunpos_send_results']
  18. ^mystemplus/ hunpos/download_file [name='hunpos_download_file']
  19. ^mystemplus/ marmot/results [name='marmot_send_results']
  20. ^mystemplus/ marmot/download_file [name='marmot_download_file']
  21. ^mystemplus/ all_demo [name='all_tagger_out']

The current URL, mystemplus/compare_demo/hse.ru, 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.