Page not found (404)

Request Method: GET
Request URL: https://annapurnaradio.prixa.net/story/23404/2023/4/26/news
Raised by: news.views_news.NewsDetailView

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

  1. admin/
  2. ^home/$ [name='homeView']
  3. ^$ [name='homeView']
  4. ^live-radio/ [name='liveradio']
  5. ^podcast/(?P<pk>\d+)$ [name='podcast_detail']
  6. ^aboutus/ [name='about_us']
  7. ^desh-paradesh/$ [name='desh_paradesh_blog']
  8. ^desh-pradesh/$ [name='desh_pradesh_blog']
  9. ^latest/$ [name='latest_news']
  10. ^popular/$ [name='popular_news']
  11. ^story/(?P<pk>\d+)/(?P<year>\d+)/(?P<month>\d+)/(?P<day>\d+)/(?P<slugval>.*)$ [name='news_detail_firendly']

The current path, story/23404/2023/4/26/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.