Page not found (404)

Request Method: GET
Request URL: https://tuitkf.uz/ru/article/%25d1%2583%25d0%25b2%25d0%25b0%25d0%25b6%25d0%25b0%25d0%25b5%25d0%25bc%25d1%258b%25d0%25b5-%25d0%25b0%25d0%25b1%25d0%25b8%25d1%2582%25d1%2583%25d1%2580%25d0%25b8%25d0%25b5%25d0%25bd%25d1%2582%25d1%258b-16-06

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

  1. admin/
  2. dashboard/
  3. ^static/(?P<path>.*)$
  4. ^media/(?P<path>.*)$
  5. ru/ i18/
  6. ru/ [name='bosh-sahifa']
  7. ru/ post/
  8. ru/ news/ [name='all-news']
  9. ru/ news/<slug:slug>/ [name='all-news-category']
  10. ru/ page/<slug:slug>/ [name='page-detail']
  11. ru/ aloqa/ [name='aloqa-page']
  12. ^static/(?P<path>.*)$
  13. ^media/(?P<path>.*)$

The current path, ru/article/%d1%83%d0%b2%d0%b0%d0%b6%d0%b0%d0%b5%d0%bc%d1%8b%d0%b5-%d0%b0%d0%b1%d0%b8%d1%82%d1%83%d1%80%d0%b8%d0%b5%d0%bd%d1%82%d1%8b-16-06, 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.