Page not found (404)

No Category matches the given query.
Request Method: GET
Request URL: https://everestdainik.com/category/%E0%A4%96%E0%A5%87%E0%A4%B2%E0%A4%95%E0%A5%81%E0%A4%A6/%E0%A4%95%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%95%E0%A5%87%E0%A4%9F/
Raised by: news.views_news.CategoryDetailView

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

  1. ^__debug__/
  2. ^admin-django/
  3. api/v1/
  4. ^ckeditor/
  5. ^ $ [name='homeView']
  6. ^ ^story/(?P<pk>\d+)/$ [name='news_detail']
  7. ^ news/<int:pk>/ [name='news_detail_og']
  8. ^ news/(?P<slug>[^/]+)/\Z [name='news_detail_slug_og']
  9. ^ news-details/<int:pk>/<int:date>-<int:month>-<int:day> [name='news_detail_old']
  10. ^ views-count/<int:id>/ [name='news_count']
  11. ^ ^category/(?P<slug>\S+)/$ [name='category_detail']

The current path, category/खेलकुद/क्रिकेट/, 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.