Page not found (404)

Request Method: GET
Request URL: https://www.cv-russia.ru/news/www.intercharm.ru

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

  1. ^accounts/login/$
  2. ^accounts/logout/$
  3. ^monitor/$
  4. ^manager/
  5. ^news/$
  6. ^aboutus/$
  7. ^manufacture/$
  8. ^seminar/$
  9. ^product/line/(\d+)/$
  10. ^product/line/([\w-]+)/$
  11. ^product/$
  12. ^procedure/aromastouns/$
  13. ^procedure/rozoterapiya/$
  14. ^procedure/karite/$
  15. ^procedure/secret/$
  16. ^procedures/$
  17. ^training/$ [name='training']
  18. ^contact/$ [name='contact']
  19. ^shop/$
  20. ^pages/([\w-]+)/$
  21. ^pages/([\w-]+).html/$
  22. ^$

The current URL, news/www.intercharm.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.