Page not found (404)

Request Method: GET
Request URL: https://www.everestdainik.com/news/%E0%A4%AE%E0%A4%A8%E0%A5%8B%E0%A4%B0%E0%A4%9E%E0%A5%8D%E0%A4%9C%E0%A4%A8/
Raised by: news.views_news.NewsDetailSlugView

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']

The current path, news/मनोरञ्जन/, 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.