Page not found (404)

Request Method: GET
Request URL: https://www.electionsmanagement.com/News/Details?id=4

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.