Page not found (404)

Request Method: GET
Request URL: https://investore.club/blog/novosti-kompanii/investory-zarabotali-24-3-godovykh-na-vlozhennye-sredstva/

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/novosti-kompanii/investory-zarabotali-24-3-godovykh-na-vlozhennye-sredstva/, 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.