Page not found (404)

Request Method: GET
Request URL: http://othink.720yun.com/redirect/?url=http%3A%2F%2Fi.youku.com%2Fu%2Fid_UMzcyMjYxNzM2

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

  1. ^ ^$ [name='home-index']
  2. ^video
  3. ^shoulou
  4. ^culture
  5. ^zhanting
  6. ^pano
  7. ^vr3d
  8. ^news
  9. ^about
  10. ^job
  11. ^contact
  12. ^client
  13. ^agent
  14. ^link
  15. ^admin

The current URL, redirect/, 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.