Page not found (404)

Request Method: GET
Request URL: http://dousougou.com/home/search/index/cate_id/9/area_id/34.html

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

  1. admin/
  2. [name='home']
  3. goods/ [name='goods']
  4. search/ [name='search']
  5. cate/<int:pk>/ [name='cate-detail']
  6. spu/<int:pk>/ [name='spu-detail']
  7. carts/ [name='carts']
  8. order-cash/<int:pk>/ [name='order-cash']
  9. member/ [name='member']
  10. address/ [name='address']
  11. orders/ [name='orders-list']
  12. orders-detail/<int:pk>/ [name='orders-detail']
  13. balance-log/ [name='balance-log']
  14. alipay/ [name='alipay']
  15. balance/ [name='balance']
  16. orders/comment/<int:pk>/ [name='comment']
  17. api/
  18. article/
  19. system/
  20. user/
  21. captcha/
  22. tinymce/upload-image/ [name='tinymce-upload-image']
  23. api-auth/
  24. ^static/(?P<path>.*)$
  25. ^media/(?P<path>.*)$

The current path, home/search/index/cate_id/9/area_id/34.html, 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.