Page not found (404)

Request Method: GET
Request URL: http://zhitnya-school.ru/article/14

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

The current path, article/14, 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.