Page not found (404)

No Posts matches the given query.
Request Method: GET
Request URL: https://6yhj.com/leku-p-3847.html
Raised by: peoms.views.post

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

  1. admin/
  2. upload/ [name='upload']
  3. answer-<int:id>/ [name='q_view']
  4. answer/ [name='answer']
  5. answer<int:cateid> [name='anscate']
  6. answer<int:cateid>-<int:id> [name='zhuti']
  7. [name='home']
  8. gotigo/ [name='search']
  9. post/ [name='posthome']
  10. robots.txt [name='robots']
  11. go_go/ [name='search']
  12. category-<int:cateid>/ [name='category']
  13. leku-p-<int:id>.html [name='post']

The current path, leku-p-3847.html, 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.