Page not found (404)

Request Method: GET
Request URL: http://185.41.163.141/ru/nti/team/anastasia-druzhinina/

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

  1. __debug__/
  2. admin/
  3. ckeditor/
  4. robots.txt
  5. i18n/
  6. sitemap.xml [name='sitemap_view']
  7. ru/ [name='home_page_url']
  8. ru/ company/ [name='company_url']
  9. ru/ blog/ [name='blog_url']
  10. ru/ post/<str:slug>/ [name='post_detail_url']
  11. ru/ contacts/ [name='contacts_url']
  12. ru/ error/ [name='error_ie_url']
  13. ru/ about/ [name='about_url']
  14. ru/ portfolio/ [name='portfolio_url']
  15. ru/ team/ [name='team_url']
  16. ru/ filter/ [name='filter_url']
  17. ru/ team/<str:slug>/ [name='team_kf1_detail_url']
  18. ^media/(?P<path>.*)$
  19. ^static/(?P<path>.*)$

The current path, ru/nti/team/anastasia-druzhinina/, 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.