Page not found (404)

Request Method: GET
Request URL: http://localhost:7777/dao-tao-tuyen-dung/dao-tao/

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

  1. ^admin/
  2. ^admin
  3. ^media/(?P<path>.*)$
  4. ^static/(?P<path>.*)$
  5. ^sitemap\.xml$ [name='django.contrib.sitemaps.views.sitemap']
  6. ^ ^$ [name='home']
  7. ^ robots.txt
  8. ^ contact-us$ [name='contact-us']
  9. ^ post-comments$ [name='post-comments']
  10. ^ send-your-message$ [name='send-your-message']
  11. ^ send-your-issue$ [name='send-your-issue']
  12. ^ send-your-application$ [name='send-your-application']
  13. ^ (?P<slug>[\w-]+)/(?P<slugsub>[\w-]+)/(?P<slugsubitem>[\w-]+)$ [name='post']
  14. ^ (?P<slug>[\w-]+)/(?P<slugsub>[\w-]+)$
  15. ^ (?P<slug>[\w-]+)$
  16. ^ckeditor/

The current path, dao-tao-tuyen-dung/dao-tao/, 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.