Page not found (404)

Request Method: GET
Request URL: http://www.ikc.su/news/hashtags/%D1%85%D1%8D%D1%88%D0%BF%D0%BB%D0%B0%D1%82%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, news/hashtags/хэшплата, 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.