Page not found (404)

Request Method: GET
Request URL: http://www.flysw.net/vod_770702393.html

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

  1. ^static/(?P<path>.*)$ [name='static']
  2. ^.well-known/pki-validation/(?P<path>.*)$ [name='ssl']
  3. ^apkstatic/(?P<path>.*)$ [name='apkstatic']
  4. ^xmistatic/(?P<path>.*)$ [name='xiaomistatic']
  5. ^miyoucpStatic/(?P<path>.*)$ [name='apkstatic']
  6. ^admin/
  7. ^home/
  8. ^extension/
  9. ^help/
  10. ^c_about/
  11. ^c_contact/
  12. ^c_home/
  13. ^c_product/
  14. ^c_recruit/
  15. ^zs_about/
  16. ^zs_contact/
  17. ^zs_home/
  18. ^zs_product/
  19. ^zs_recruit/
  20. ^(?P<path>.+\.txt)$
  21. ^$

The current path, vod_770702393.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.