Page not found (404)

Request Method: GET
Request URL: https://6yhj.com/cat/pianzi/page/20

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']
  14. cate<int:cateid>-tag-<int:id>/ [name='catetag']
  15. taglist-<int:id>/ [name='tag']
  16. gourl/<str:slug>/
  17. tasklist/
  18. pb/
  19. task/
  20. task-<int:id>.html [name='showtask']
  21. register/ [name='register']
  22. codes/ [name='codes']
  23. ucenter/ [name='ucenter']
  24. login/ [name='login']
  25. logout/ [name='logout']
  26. create_task/
  27. create_post/
  28. signnow/
  29. tools/
  30. loading/
  31. tools/zidong/
  32. tools/word_replace/ [name='word_replace']
  33. tools/submit_bd/ [name='submit_bd']
  34. tools/caiji_by_id/ [name='caiji']
  35. ckeditor/
  36. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  37. sitemap-<section>-<page>.xml [name='django.contrib.sitemaps.views.sitemap']
  38. ^media/(?P<path>.*)$

The current path, cat/pianzi/page/20, 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.