Page not found (404)

Request Method: GET
Request URL: http://zhitnya-school.ru/teachers/18

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

  1. accounts/
  2. <int:getid>/
  3. x446_tx446_tpqupju2h3ywu69bhynl2pqupju2h3ywu69ynl2ywu69bhynl2/
  4. basicinfo/
  5. article/
  6. articletext/
  7. articleimg/
  8. articledoc/
  9. articlevideo/
  10. management/
  11. maindocs/
  12. education/
  13. edumethoddoc/
  14. eduprogram/
  15. edusimpleprogram/
  16. teachers/ [name='teacher-list']
  17. teachers/ get/<slug:slug>/ [name='teacher-detail']
  18. teachers/ update/<slug:slug>/ [name='teacher-update']
  19. teachers/ delete/<slug:slug>/ [name='teacher-delete']
  20. teachers/ create/ [name='teacher-create']
  21. shtat/
  22. student/
  23. supervision/
  24. mts/
  25. consumable/
  26. vpas/
  27. docs/
  28. food/
  29. submenu/
  30. menu/
  31. appeal/
  32. appealfood/
  33. tchk/
  34. books/
  35. ^media/(?P<path>.*)$
  36. ^static/(?P<path>.*)$

The current path, teachers/18, 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.