Page not found (404)

Request Method: GET
Request URL: http://astir.uz/ru/teachers/zhasurbek-butaev/

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

  1. i18n/
  2. summernote/
  3. rosetta/
  4. ^media/(?P<path>.*)$
  5. ru/ admin/
  6. ru/ about/ [name='about']
  7. ru/ gallery/ [name='gallery']
  8. ru/ staff/ [name='staff']
  9. ru/ faq/ [name='faq']
  10. ru/ contact/ [name='contact']
  11. ru/ blog [name='blog']
  12. ru/ blog-detail/<slug:slug>/ [name='blog-detail']
  13. ru/ [name='main']
  14. ru/ animation/ [name='animation']
  15. ru/ animation-list/ [name='animation-list']
  16. ru/ anime-detail/<slug:slug>/ [name='anime-detail']
  17. ru/ anime-edit/<pk>/ [name='anime-edit']
  18. ru/ anime-delete/<pk>/ [name='anime-delete']
  19. ru/ anime-detail/<pk>/video/ [name='animation-video']
  20. ru/ animation/view/ [name='list']
  21. ^static/(?P<path>.*)$

The current path, ru/teachers/zhasurbek-butaev/, 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.