Page not found (404)

Request Method: GET
Request URL: https://daris.muftyat.kz/ru/site/teacher/*?id=24&page=3

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

  1. ^admin/
  2. ^i18n/
  3. ^summernote/
  4. ^oauth/
  5. ^markdownx/
  6. ^$ [name='index']
  7. ^subjects/$ [name='subjects']
  8. ^questions/$ [name='questions']
  9. ^subject/(?P<pk>\d+)/$ [name='subject']
  10. ^teachers/$ [name='teachers']
  11. ^teacher/(?P<pk>\d+)/$ [name='teacher']
  12. ^lesson/(?P<pk>\d+)/$ [name='lesson']
  13. ^lesson/(?P<pk>\d+)/comments/$ [name='lesson-comments']
  14. ^account/
  15. ^qa/
  16. ^search/
  17. ^media\/(?P<path>.*)$

The current path, ru/site/teacher/*, 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.