Page not found (404)

Request Method: GET
Request URL: http://www.medivy.org/html/news/

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

  1. ^media/(?P<path>.*)$
  2. ^static\/(?P<path>.*)$
  3. ^sitemap\.xml$
  4. zh-hans/
  5. api/accountpublic/getvalidatecode
  6. api/accountpublic/login
  7. api/account/setdevicetoken
  8. api/accountpublic/passwordlogin
  9. api/account/profile
  10. api/accountpublic/bannerlist
  11. api/accountpublic/newslist
  12. api/accountpublic/activitylist
  13. api/accountpublic/hospitalhelpings
  14. api/accountpublic/hospitalhelpingdetail
  15. api/accountpublic/doctormembers
  16. api/accountpublic/doctormemberdetail
  17. api/accountpublic/companymembers
  18. api/accountpublic/companymemberdetail
  19. api/account/myrecommend
  20. api/account/creditlogs
  21. api/account/myactivity
  22. api/account/messagelist
  23. api/news/categories
  24. api/news/list
  25. api/news/detail
  26. api/news/commentlist
  27. api/news/zan
  28. api/news/comment
  29. api/accountpublic/memberdict
  30. api/activity/list
  31. api/activity/detail
  32. api/vote/list
  33. api/activity/commentlist
  34. api/vote/commentlist
  35. api/vote/detail
  36. api/vote/zan

The current path, html/news/, 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.