Page not found (404)

Request Method: GET
Request URL: http://www.zbdt.net/web/kcgo/Supplier_Detial.aspx?id=AD489D99BDFA3410

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

  1. admin/
  2. user/
  3. caigou/
  4. data/
  5. ^$ [name='index']
  6. ^getyigongshi$ [name='getyigongshi']

The current path, web/kcgo/Supplier_Detial.aspx, 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.