Page not found (404)

Request Method: GET
Request URL: http://www.ntcdc.cn/home/index.viso

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

  1. [name='index']
  2. yfjzzxrx/ [name='yfjzzxrx']
  3. captcha/
  4. admin/login/
  5. admin/
  6. main/
  7. admin/122jrrj-fgj-fjksdh-5fgd-sjak/
  8. ^ueditor/
  9. ^media/(?P<path>.*)$
  10. ^media/(?P<path>.*)$

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