Page not found (404)

Request Method: GET
Request URL: http://concetti.vn/news/legal_news/None

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

  1. ^manager$
  2. ^makesetting
  3. ^clearsetting
  4. ^completesetting
  5. ^admin/
  6. ^hidjmultilang/
  7. ^filer/
  8. ^ckeditor/
  9. ^componentsetting/
  10. ^$
  11. ^developing$
  12. ^recruitment$
  13. ^recruitment_information$
  14. ^recruitment_information/([0-9]+)/([\w-]+)$
  15. ^recruitment_page/([\w-]+)$
  16. ^contact$
  17. ^about$
  18. ^about/([\w-]+)$
  19. ^about/leaders/([0-9]+)/([\w-]+)$
  20. ^library/
  21. ^news/ ^json$
  22. ^news/ ^$
  23. ^news/ ^search$
  24. ^news/ ^(?P<category_code>[\w-]+)/$
  25. ^news/ ^(?P<category_code>[\w-]+)/(?P<post_id>[0-9]+)$
  26. ^news/ ^(?P<category_code>[\w-]+)/(?P<post_id>[0-9]+)/([\w-]+)$
  27. ^departments/
  28. ^contact/
  29. ^business_partners$
  30. ^business_partners/([0-9]+)/([\w-]+)$
  31. ^static\/(?P<path>.*)$
  32. ^media\/(?P<path>.*)$

The current URL, news/legal_news/None, 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.