Page not found (404)

Request Method: GET
Request URL: https://www.electionsmanagement.com/News/Details/%E0%A4%AD%E0%A4%BE%E0%A4%B0%E0%A4%A4%E0%A5%80%E0%A4%AF-%E0%A4%B0%E0%A4%BE%E0%A4%9C%E0%A4%A8%E0%A5%80%E0%A4%A4%E0%A4%BF-%E0%A4%AE%E0%A5%87%E0%A4%82-%E0%A4%A8%E0%A4%AF%E0%A4%BE-%E0%A4%85%E0%A4%A7%E0%A5%8D%E0%A4%AF%E0%A4%BE%E0%A4%AF-%E0%A4%B2%E0%A4%BF%E0%A4%96-%E0%A4%B0%E0%A4%B9%E0%A5%87-%E0%A4%B0%E0%A4%BE%E0%A4%B9%E0%A5%81%E0%A4%B2-

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

  1. admin/
  2. robots.txt
  3. sitemap.xml
  4. [name='home']
  5. faq [name='faq']
  6. success [name='success']
  7. survey [name='survey']
  8. openionpoll [name='openionpoll']
  9. careers [name='carrier']
  10. career [name='carrierf']
  11. upcommingelectionresult [name='upcommingelectionresult']
  12. electionresult [name='electionresult']
  13. electionresultdetails/<elect> [name='electionresultdetails']
  14. exitpoll [name='exitpoll']
  15. pollingdetails/<stat> [name='pollingdetails']
  16. blog [name='blog']
  17. profile [name='profile']
  18. profiledetails/<prof> [name='profiledetails']
  19. services/<servd> [name='services']
  20. news [name='news']
  21. newsdetails/<new> [name='newsdetails']
  22. contact [name='contact']
  23. ^static/(?P<path>.*)$
  24. ^media/(?P<path>.*)$

The current path, News/Details/भारतीय-राजनीति-में-नया-अध्याय-लिख-रहे-राहुल-, 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.