Page not found (404)

Request Method: GET
Request URL: http://www.bjazs.com/tuandui/86.html

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, tuandui/86.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.