Page not found (404)

No Tr matches the given query.
Request Method: GET
Request URL: https://derzn.ru/drevo/relations/types/31
Raised by: drevo.views.relation_types_view.RelationTypesView

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

  1. [name='main-redirect']
  2. custom-admin/
  3. admin/
  4. drevo/ category/<int:pk> [name='drevo_type']
  5. drevo/ cookie_acceptance/
  6. drevo/ [name='drevo']
  7. drevo/ znanie/<int:pk> [name='zdetail']
  8. drevo/ znanie/<int:pk>/suggestions [name='create-suggestion']
  9. drevo/ znanie/<int:pk>/questions_user [name='questions_user']
  10. drevo/ znanie/<int:pk>/questions_and_check_answers [name='questions_and_check_answers']
  11. drevo/ znanie/<int:pk>/favourite
  12. drevo/ znanie/<int:pk>/comments/
  13. drevo/ znanie/<int:pk>/comments/send/
  14. drevo/ znanie/<int:pk>/vote/<str:vote>/ [name='znrating']
  15. drevo/ znanie/<int:pk>/message/send/ [name='zsend_mes']
  16. drevo/ znanie/<int:pk>/grade/ [name='grade']
  17. drevo/ znanie/<int:pk>/grade/statistic [name='grade_statistic']
  18. drevo/ znanie/<int:pk>/grade/group [name='group_knowledge']
  19. drevo/ znanie/<int:pk>/grade/group/infographics [name='grade_group_infographics']
  20. drevo/ znanie/<int:pk>/grade/group/statistics [name='grade_group_statistics']
  21. drevo/ znanie/<int:pk>/grade/infographics [name='grade_infographics']
  22. drevo/ znanie/<int:doc_pk>/document-template/edit-text/<int:text_pk> [name='edit_text_template']
  23. drevo/ znanie/<int:doc_pk>/document-template/create-text/ [name='create_text_template']
  24. drevo/ znanie/<int:doc_pk>/document-template/turple_processing
  25. drevo/ znanie/<int:doc_pk>/document-template/document_object_processing
  26. drevo/ knowledges_grades/ [name='knowledges_grades']
  27. drevo/ my_knowledge_grade/<int:id>/ [name='my_knowledge_grade']
  28. drevo/ about/ [name='about_proj']
  29. drevo/ appeal/ [name='appeal']
  30. drevo/ all_quizzes/ [name='all_quizzes']
  31. drevo/ quiz/<int:pk> [name='quiz']
  32. drevo/ quiz/<int:pk>/quiz_result/
  33. drevo/ quiz/<int:pk>/vote/<str:vote>
  34. drevo/ quiz/<int:pk>/favourite
  35. drevo/ quiz_results/<int:id>/ [name='show_quiz_result']
  36. drevo/ question_create_update_in_quiz/ [name='question_create_update_in_quiz']
  37. drevo/ answer_create_update_in_quiz/ [name='answer_create_update_in_quiz']
  38. drevo/ delete_quiz/ [name='delete_quiz']
  39. drevo/ answers_in_quiz_existence/ [name='answers_in_quiz_existence']
  40. drevo/ public_people [name='public_people']
  41. drevo/ public_people/<int:id>/ [name='public_human']
  42. drevo/ klz_/ [name='clz']
  43. drevo/ label/<int:pk> [name='zlabel']
  44. drevo/ author/<int:pk> [name='author']
  45. drevo/ authors/ [name='authors']
  46. drevo/ labels/ [name='labels']
  47. drevo/ glossary/ [name='glossary']
  48. drevo/ knowledge/ [name='knowledge']
  49. drevo/ knowledge/types/<int:type_pk> [name='knowledge_type']
  50. drevo/ relations/types/<int:type_pk> [name='relation_type']

The current path, drevo/relations/types/31, matched the last one.

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.