Page not found (404)

Request Method: GET
Request URL: http://fist.ulstu.ru/blog/post/view?id=4&title=%D0%98%D0%BD%D1%84%D0%BE%D1%80%D0%BC%D0%B0%D1%86%D0%B8%D1%8F+%D0%B4%D0%BB%D1%8F+%D1%81%D0%BB%D1%83%D1%88%D0%B0%D1%82%D0%B5%D0%BB%D0%B5%D0%B9+%D0%BB%D0%B5%D1%82%D0%BD%D0%B8%D1%85+%D0%BA%D1%83%D1%80%D1%81%D0%BE%D0%B2+2016+%D0%B3%D0%BE%D0%B4%D0%B0

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

  1. [name='index']
  2. captcha/
  3. admin/
  4. persons/
  5. accounts/
  6. landings/
  7. blog/ news [name='news']
  8. blog/ news/admin [name='news_admin']
  9. blog/ news/create [name='news_create']
  10. blog/ news/<int:id> [name='news_detail']
  11. blog/ news/<int:pk>/update [name='news_update']
  12. blog/ news/<int:pk>/delete [name='news_delete']
  13. blog/ news/<int:pk>/telegram [name='news_add_telegram']
  14. blog/ news/vk [name='news_vk']
  15. blog/ news/search [name='news_search']
  16. blog/ news/<int:id>/comment [name='comment']
  17. blog/ news/<int:id>/comment/<int:pk> [name='comment_delete']
  18. blog/ tag/<int:id> [name='tag_detail']
  19. blog/ article/admin [name='article_admin']
  20. blog/ article/create [name='article_create']
  21. blog/ article/<int:id> [name='article_detail']
  22. blog/ article/<int:pk>/update [name='article_update']
  23. blog/ article/<int:pk>/delete [name='article_delete']
  24. blog/ ^uploads/(?P<path>.*)$
  25. work/
  26. ^uploads/(?P<path>.*)$

The current path, blog/post/view, 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.