Page not found (404)

Не найден ни один authors, соответствующий запросу
Request Method: GET
Request URL: http://ahinski.ssrlab.by/authors/8
Raised by: news.views.ProjectAuthor

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

  1. admin/
  2. console/
  3. i18n/
  4. [name='index']
  5. home/ [name='home']
  6. block [name='block']
  7. stages [name='stages']
  8. stages/pptx/<int:pk> [name='pptx']
  9. stages/select/ [name='stageperiodslist']
  10. stages/<int:pk> [name='perioddetail']
  11. stages/<int:pk>/detail/ [name='periodstorys']
  12. stages/<int:pk>/biography [name='biostory']
  13. stages/<int:pk>/biography/detail [name='biostorydetail']
  14. stages/<int:pk>/biography/info [name='biostoryaboutdetail']
  15. stages/<int:pk>/belarus/detail/ [name='belstorydetail']
  16. stages/<int:pk>/rp/detail [name='rpstorydetail']
  17. stages/<int:pk>/russia/detail [name='empirestorydetail']
  18. stages/<int:pk>/europe/detail [name='weststorydetail']
  19. stages/1/belarus/<int:pk> [name='belstory1']
  20. stages/2/belarus/<int:pk> [name='belstory2']
  21. stages/3/belarus/<int:pk> [name='belstory3']
  22. stages/4/belarus/<int:pk> [name='belstory4']
  23. stages/5/belarus/<int:pk> [name='belstory5']
  24. stages/6/belarus/<int:pk> [name='belstory6']
  25. stages/7/belarus/<int:pk> [name='belstory7']
  26. stages/8/belarus/<int:pk> [name='belstory8']
  27. stages/9/belarus/<int:pk> [name='belstory9']
  28. stages/10/belarus/<int:pk> [name='belstory10']
  29. stages/1/rp/<int:pk> [name='rpstory1']
  30. stages/2/rp/<int:pk> [name='rpstory2']
  31. stages/3/rp/<int:pk> [name='rpstory3']
  32. stages/4/rp/<int:pk> [name='rpstory4']
  33. stages/5/rp/<int:pk> [name='rpstory5']
  34. stages/6/rp/<int:pk> [name='rpstory6']
  35. stages/7/rp/<int:pk> [name='rpstory7']
  36. stages/8/rp/<int:pk> [name='rpstory8']
  37. stages/9/rp/<int:pk> [name='rpstory9']
  38. stages/10/rp/<int:pk> [name='rpstory10']
  39. stages/1/russia/<int:pk> [name='empirestory1']
  40. stages/2/russia/<int:pk> [name='empirestory2']
  41. stages/3/russia/<int:pk> [name='empirestory3']
  42. stages/4/russia/<int:pk> [name='empirestory4']
  43. stages/5/russia/<int:pk> [name='empirestory5']
  44. stages/6/russia/<int:pk> [name='empirestory6']
  45. stages/7/russia/<int:pk> [name='empirestory7']
  46. stages/8/russia/<int:pk> [name='empirestory8']
  47. stages/9/russia/<int:pk> [name='empirestory9']
  48. stages/10/russia/<int:pk> [name='empirestory10']
  49. stages/1/europe/<int:pk> [name='weststory1']
  50. stages/2/europe/<int:pk> [name='weststory2']
  51. stages/3/europe/<int:pk> [name='weststory3']
  52. stages/4/europe/<int:pk> [name='weststory4']
  53. stages/5/europe/<int:pk> [name='weststory5']
  54. stages/6/europe/<int:pk> [name='weststory6']
  55. stages/7/europe/<int:pk> [name='weststory7']
  56. stages/8/europe/<int:pk> [name='weststory8']
  57. stages/9/europe/<int:pk> [name='weststory9']
  58. stages/10/europe/<int:pk> [name='weststory10']
  59. chrono [name='chrono-main']
  60. <str:lang>/chrono/ [name='chrono_locale']
  61. chrono/list [name='chrono']
  62. chrono/private-life/ [name='privatelife']
  63. heritage/ [name='heritage']
  64. heritage/menu/ [name='heritage-menu']
  65. heritage/type/ [name='heritage-type']
  66. heritage/list/ [name='heritage-list']
  67. heritage/list/music/ [name='heritage-music-list']
  68. our-history [name='our-history']
  69. our-history/select/ [name='our-history-cat']
  70. our-history/list/ [name='our-history-list']
  71. our-history/vkl/ahinski/ [name='vkl-history-ahinski']
  72. our-history/vkl/history/ [name='vkl-history']
  73. documents [name='documents']
  74. documents/select [name='documents-select']
  75. documents/memoirs/ [name='memoirs']
  76. documents/memoirs/<slug> [name='memoir']
  77. documents/archives/ [name='archives']
  78. documents/archive/<slug> [name='archive']
  79. documents/archive/<int:pk>/detail/ [name='archivedetail']
  80. documents/archive/<int:pk>/pdf/ [name='archivepdf']
  81. documents/archive/<int:pk>/pdf2/ [name='archivepdf2']
  82. accounts/
  83. ckeditor/
  84. <slug:slug> [name='page_detail']
  85. articles/
  86. authors/ [name='authors']
  87. developers/ [name='developers']
  88. sources/
  89. partners/
  90. activity/
  91. contemporaries/
  92. family/
  93. authors/<int:pk> [name='project_author']

The current path, authors/8, 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.