Page not found (404)

Request Method: GET
Request URL: http://yzzhenli.org/index/content/

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

  1. home/
  2. index/<str:type>/<int:num>/<str:name>/
  3. login/
  4. register/
  5. oubile_mots/
  6. oubile_mots_change/
  7. oubile_mots_tel_change/
  8. logout/
  9. accueil/<str:fun>/
  10. user/<str:fun>/<int:num>/
  11. helper/<str:type>/
  12. help/<str:type>/
  13. tinymc/<str:fun>/
  14. cathegorie/<str:fun>/<int:num>/
  15. page/<str:fun>/<int:num>/
  16. article/<str:fun>/<int:num>/
  17. comment/<str:fun>/<int:num>/
  18. cours/<str:fun>/<int:num>/
  19. live/<str:fun>/<int:num>/
  20. feedback/<str:fun>/<int:num>/
  21. app/<str:fun>/
  22. apps/<str:fun>/
  23. app_help/<str:fun>/
  24. setting/<str:fun>/<str:key>/
  25. statistic/<str:fun>/<str:key>/

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