Page not found (404)

Request Method: GET
Request URL: https://pvs.com.vn/vn/tintuc/m17/Tuyen-tau-dien-tren-cao-dau-tien-o-thu-do-bat-dau-duoc-lap-dam-93.html

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

  1. admin/
  2. ^$ [name='index']
  3. ^index$ [name='index']
  4. ^blog/
  5. ^tag/
  6. ^user/
  7. ^user-api/
  8. ^services/
  9. ^api/
  10. ^media\/(?P<path>.*)$

The current path, vn/tintuc/m17/Tuyen-tau-dien-tren-cao-dau-tien-o-thu-do-bat-dau-duoc-lap-dam-93.html, 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.