Page not found (404)

Request Method: GET
Request URL: http://zefinance.ru/Assessment_the_stock_market.htm

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

  1. admin/
  2. [name='index']
  3. ru/ [name='ru_index']
  4. en/ [name='en_index']
  5. sdfbdshfuhuh7whjfdsfudshfygwunuebejcge/
  6. ru_form/ [name='ru_form']
  7. en_form/ [name='eng_form']
  8. ^media/(?P<path>.*)$

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