Page not found (404)

No published 'UrlNode' found for the path '/presscenter/stati/', language 'ru'.
Request Method: GET
Request URL: https://bik31.ru/presscenter/stati/
Raised by: fluent_pages.views.dispatcher.CmsPageDispatcher

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

  1. ^media/(?P<path>.*)$
  2. ^static/(?P<path>.*)$
  3. robots.txt [name='robots.txt']
  4. admin/filebrowser/
  5. admin/dynamic_raw_id/
  6. admin/
  7. ^login-complete/(?P<u_id>.*)/$ [name='login_complete']
  8. register/ [name='register']
  9. api/cabinet/
  10. api/map/municipalities/ [name='map_municipality']
  11. ^api/map/microdistricts/(?P<id>.*)/$ [name='map_microdistricts']
  12. ^api/map/landplots/(?P<id>.*)/$ [name='map_landplots']
  13. ^api/map/landplot-options/(?P<id>.*)/$ [name='map_landplots_options']
  14. ^api/map/preferencials/$ [name='preferencials']
  15. api/create-task/ [name='create_task']
  16. login/ [name='login']
  17. loto2023/ [name='loto2023']
  18. mail-send/ [name='mail_send']
  19. ^cabinet/choice/ [name='choice']
  20. ^cabinet/cadaster/ [name='cadaster']
  21. ^cabinet/buyland/ [name='buyland']
  22. ^cabinet/contract/ [name='contract']
  23. ^cabinet/ [name='cabinet']
  24. ^change-password/ [name='change_password']
  25. ^accounts/login/ [name='login']
  26. ^logout/ [name='logout']
  27. rest-api/
  28. api/token/ [name='token_obtain_pair']
  29. api/token/refresh/ [name='token_refresh']
  30. ckeditor/
  31. ^publications/
  32. search/
  33. assistant/ [name='assistant']
  34. private-media/
  35. district-accident/ [name='district_accident']
  36. ^kredity-i-zajmy/creditcalculator/ [name='credit-calculator']
  37. sitemap
  38. media/(?P<path>.*)$
  39. downloader/
  40. ^buldings/ [name='buildings']
  41. ^reservation$ [name='reservation']
  42. ^(?P<path>.*)@admin$ [name='fluent-page-admin-redirect']
  43. ^(?P<path>.*)$ [name='fluent-page-url']

The current path, presscenter/stati/, 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.