Page not found (404)

Request Method: GET
Request URL: http://www.yang-house.com/Goods/index?name=bangong

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

  1. login/
  2. zs/<int:pg>
  3. myechats/
  4. exam/
  5. exam2/
  6. eDetail/
  7. eDetail2/
  8. dk/
  9. tc/
  10. admin/
  11. xsq/
  12. ^media/(?P<path>.*)$
  13. ^ckeditor/

The current path, Goods/index, 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.