Page not found (404)

Request Method: GET
Request URL: http://bjazs.com/plus/list.php?tid=7&fengge=%E7%8E%B0%E4%BB%A3&huxing=%E5%88%AB%E5%A2%85

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.