Page not found (404)

Request Method: GET
Request URL: http://upgo.vn/category/khach-hang/

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

  1. [name='Home']
  2. index [name='Home']
  3. home [name='Home']
  4. ve-chung-toi [name='Home']
  5. lien-he [name='Home']
  6. admin
  7. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  8. <str:slug> [name='post']
  9. <str:slug>/ [name='post']

The current path, category/khach-hang/, 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.