Page not found (404)

Request Method: GET
Request URL: https://investore.club/blog/2018/5/22/investory-zarabotali-1586-na-vlozhennye-sredstva-za-5-mesyacev/%25d0%25be%25d0%25b1%25d1%258a%25d0%25b5%25d0%25ba%25d1%2582%25d1%258b,%25d0%25bd%25d0%25be%25d0%25b2%25d1%258b%25d0%25b5

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

  1. grappelli/
  2. admin/
  3. [name='cart_list']
  4. how_it_work/ [name='how_it_work']
  5. how_it_work_1/ [name='how_it_work_1']
  6. how_it_work_2/ [name='how_it_work_2']
  7. how_invest/ [name='how_invest']
  8. about/ [name='about']
  9. advantages/ [name='advantages']
  10. rules/ [name='rules']
  11. DOR/ [name='decloration_of_risks']
  12. kval_invest/ [name='kval_invest']
  13. resurses/ [name='resurses_view']
  14. platforms_docs/ [name='platforms_docs']
  15. disclosure/ [name='disclosure_docs']
  16. docs_form/ [name='docs_form']
  17. subscribe/ [name='subscribe']
  18. [name='yandex']
  19. ^media\/(?P<path>.*)$
  20. ^static\/(?P<path>.*)$
  21. blog/ search/ [name='post_search']
  22. blog/ [name='post_list']
  23. blog/ <article_post_id>[0-9]+)/ [name='article_post']
  24. blog/ <int:year>/<int:month>/<int:day>/<slug:post>/ [name='post_detail']
  25. blog/ <slug:category_slug>/ [name='post_list_by_category']
  26. blog/ tag/<slug:tag_slug>/ [name='post_list_by_tag']
  27. blog/ feed/ [name='post_feed']
  28. blog/ ^static\/(?P<path>.*)$
  29. blog/ ^media\/(?P<path>.*)$
  30. faq/
  31. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  32. ckeditor5/
  33. subscribe/
  34. robots.txt
  35. ^static\/(?P<path>.*)$

The current path, blog/2018/5/22/investory-zarabotali-1586-na-vlozhennye-sredstva-za-5-mesyacev/%d0%be%d0%b1%d1%8a%d0%b5%d0%ba%d1%82%d1%8b,%d0%bd%d0%be%d0%b2%d1%8b%d0%b5, 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.