Page not found (404)

Request Method: GET
Request URL: https://annapurna-express.prixa.net/category/Eating%20Out

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']
  8. ^ ^author/(?P<pk>\d+)/$ [name='author_detail']
  9. ^ epaper/ [name='epaper-detail']
  10. ^ ^search/$ [name='search_view']
  11. ^ tag/<int:pk> [name='tag-view']
  12. ^ epaper/list/ [name='epaper-list']
  13. ^ ^pages/(?P<slug>\S+)$ [name='page_detail_slug']
  14. ^ ^rss/ [name='rss_feed']
  15. ^ ^nprss/ [name='rss_feed_hamro_link']
  16. ^ ^instant-rss/ [name='instant_rss_feed']
  17. ^ ^feed/instant-articles/ [name='instant_url_rss_feed']
  18. ^ ^our-team/ [name='our_team']
  19. ^ author-all-news/<int:pk>/ [name='load_more_author_news']
  20. ^ category-all-news/<str:slug>/ [name='load_more_category_news']
  21. ^ news/submission/ [name='news-submission']
  22. ^ views-count/<int:id>/ [name='news_count']
  23. ^ admin-panel/
  24. ^ robots.txt [name='robots.txt']
  25. api/v1/
  26. ^ckeditor/
  27. ^admin-django/

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