Page not found (404)

Request Method: GET
Request URL: http://bjazs.com/plus/list.php?tid=7&huxing=%E5%95%86%E7%94%A8&fengge=%E6%96%B0%E5%8F%A4%E5%85%B8

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

  1. case/
  2. construction/
  3. designer/
  4. thread/
  5. topic/
  6. admin/
  7. ^ueditor/
  8. ^media/(?P<path>.*)$
  9. add_leads/
  10. api_auth/
  11. doc/

The current path, plus/list.php, 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.