Page not found (404)

Request Method: GET
Request URL: http://erdenetlife.mn/hotnews/8

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

  1. admin/
  2. article/<int:id> [name='article']
  3. video [name='video']
  4. video/<int:id> [name='video']
  5. podcast/<int:id> [name='podcast']
  6. category/<int:id> [name='category']
  7. search [name='search']
  8. page/<int:id> [name='page']
  9. [name='index']
  10. home [name='home']
  11. <slug:slug> [name='old_article']
  12. listener/reaction [name='reaction_listener']
  13. listener/comment [name='comment_listener']
  14. listener/poll [name='poll_listener']
  15. listener/poll/<int:id> [name='poll_results']
  16. api/voices/
  17. api/article/
  18. api/video/
  19. ckeditor/
  20. ^media/(?P<path>.*)$
  21. ^static/(?P<path>.*)$
  22. facebook/update/ [name='video_fbupdate']
  23. ^static/(?P<path>.*)$
  24. ^media/(?P<path>.*)$

The current path, hotnews/8, 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.