Page not found (404)

Request Method: GET
Request URL: http://www.ikc.su/post/%D1%81%D0%BC%D0%B8-%D0%B2-%D1%80%D1%84-%D1%83%D1%82%D0%B2%D0%B5%D1%80%D0%B4%D0%B8%D0%BB%D0%B8-%D0%B4%D0%BE%D1%80%D0%BE%D0%B6%D0%BD%D1%83%D1%8E-%D0%BA%D0%B0%D1%80%D1%82%D1%83-%D0%BF%D0%BE-%D1%80%D0%B5%D0%B3%D1%83%D0%BB%D0%B8%D1%80%D0%BE%D0%B2%D0%B0%D0%BD%D0%B8%D1%8E-%D0%BA%D1%80%D0%B8%D0%BF%D1%82%D0%BE%D0%B2%D0%B0%D0%BB%D1%8E%D1%82-%D0%B4%D0%BE-%D0%BA%D0%BE%D0%BD%D1%86%D0%B0-2022-%D0%B3%D0%BE%D0%B4%D0%B0

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

  1. admikc/
  2. ckeditor/
  3. captcha/
  4. [name='index']
  5. directions/ [name='direction-list']
  6. directions/<slug:slug>/ [name='direction-detail']
  7. blogs/category/<slug:category_slug>/ [name='blog-list-category']
  8. blogs/ [name='blog-list']
  9. blogs/<slug:slug>/ [name='blog-detail']
  10. vacancies/ [name='vacancy-list']
  11. vacancies/<slug:slug>/ [name='vacancy-detail']
  12. <slug:slug>/ [name='static-detail']
  13. api/send_message_ajax/ [name='send_message']
  14. comment/<slug:slug>/add/ [name='add_comment']
  15. ^static/(?P<path>.*)$
  16. ^media/(?P<path>.*)$

The current path, post/сми-в-рф-утвердили-дорожную-карту-по-регулированию-криптовалют-до-конца-2022-года, 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.