Page not found (404)

Request Method: GET
Request URL: http://jxtbkt.cn/outer/company_news/list/

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

  1. ^site_media/(?P<path>.*)$
  2. ^login_test$
  3. ^login_test_f$
  4. ^login_test_d$
  5. ^$
  6. ^login$
  7. ^add/login$
  8. ^index$
  9. ^logout$
  10. ^cancel/logout$
  11. ^task/list$
  12. ^message/list$
  13. ^outer/ ^pro_service/$
  14. ^outer/ ^about/$
  15. ^outer/ ^contact/$
  16. ^outer/ ^company_news/$
  17. ^outer/ ^company_news/detail$
  18. ^outer/ ^enlighten/pay$
  19. ^outer/ ^kx_index/$
  20. account/
  21. chinese/
  22. maths/
  23. english/
  24. system/
  25. ^province_city/get_county/$
  26. ^school_class/get_school/$
  27. ^get_unitclass/$
  28. ^propaganda/advertisement$
  29. ^mid/
  30. ^summer/

The current path, outer/company_news/list/, 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.