Page not found (404)

Request Method: GET
Request URL: http://chaos-control.mobi/en/news/index.html

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

  1. admin/
  2. [name='home']
  3. contacts/ [name='contacts']
  4. mac/ [name='mac']
  5. windows/ [name='windows']
  6. ebook2016/ [name='ebook2016']
  7. artbreak/ [name='artbreak']
  8. privacy/ [name='privacy']
  9. windows/update/ru.txt
  10. windows/update/en.txt
  11. toc.pdf [name='tos']
  12. rus/
  13. en/
  14. rus/index.html
  15. en/index.html
  16. rus/windows.html
  17. en/windows.html
  18. rus/download.html
  19. en/download.html
  20. rus/osx.html
  21. en/osx.html
  22. rus/ebook2016.html
  23. art_break/rus/
  24. art_break/en/
  25. rus/contacts.html
  26. en/contacts.html
  27. en/privacy_statement/
  28. rus/privacy_statement/
  29. windows_purchase/ [name='windows_purhcase']
  30. ig/ [name='instagram']
  31. courses/it-product/ [name='it-product']
  32. posts/

The current path, en/news/index.html, 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.