Page not found (404)

Request Method: GET
Request URL: http://www.ikc.su/post/slush-pool-%D0%BF%D0%BE%D0%B6%D0%B5%D1%80%D1%82%D0%B2%D0%BE%D0%B2%D0%B0%D0%BB-10-btc-%D0%B8-%D0%BD%D0%B0%D0%BF%D1%80%D0%B0%D0%B2%D0%B8%D0%BB-%D1%87%D0%B0%D1%81%D1%82%D1%8C-%D1%85%D0%B5%D1%88%D1%80%D0%B5%D0%B9%D1%82%D0%B0-%D0%B2-%D0%BF%D0%BE%D0%B4%D0%B4%D0%B5%D1%80%D0%B6%D0%BA%D1%83-%D1%83%D0%BA%D1%80%D0%B0%D0%B8%D0%BD%D1%8B

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/slush-pool-пожертвовал-10-btc-и-направил-часть-хешрейта-в-поддержку-украины, 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.