Page not found (404)

No Category matches the given query.
Request Method: GET
Request URL: https://annapurna-express.prixa.net/category/Event/
Raised by: news.views_news.CategoryDetailView

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

  1. ^__debug__/
  2. ^ $ [name='homeView']
  3. ^ ^story/(?P<pk>\d+)/$ [name='news_detail']
  4. ^ news/<str:slug>/ [name='news_detail_og']
  5. ^ horoscope/ [name='horoscope']
  6. ^ poll/vote/ [name='poll-vote']
  7. ^ ^category/(?P<slug>\S+)/$ [name='category_detail']

The current path, category/Event/, 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.