Page not found (404)

Request Method: GET
Request URL: https://apphay.vn/blog/

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

  1. __debug__/
  2. robots.txt
  3. ads.txt
  4. admin/
  5. accounts/
  6. ckeditor/
  7. [name='index']
  8. categories/ [name='category_top']
  9. category/<slug:slug>/ [name='category']
  10. top-app-list/ [name='top_app_list']
  11. top-chart/(?P<slug>[\w-]+)/$ [name='top_chart']
  12. top-chart/ [name='top_app']
  13. app/<int:store_id>/<str:title>/ [name='app']
  14. genre/<int:store_id>/<slug:slug>/ [name='genre']
  15. search/ [name='search']
  16. about/ [name='about']
  17. contact/ [name='contact']
  18. submit/ [name='submit']
  19. api/subscribe [name='api_subscribe']
  20. api/contact [name='api_contact']
  21. api/submit_app_review [name='api_submit_app_review']
  22. topics/ [name='topic_top']
  23. topics/<slug:slug>/ [name='topic']
  24. tin-tuc/ [name='news_top']
  25. tin-tuc/<int:id>/<str:slug>/ [name='news']
  26. nha-phat-trien/ [name='developer']
  27. marketing-app/ [name='marketing']
  28. quang-cao-app/ [name='advertise']
  29. kiem-tien-qua-app/ [name='monetize']
  30. app-cho-business/ [name='app_for_business']
  31. khuyen-mai-app/ [name='app_deals']
  32. khuyen-mai-app/<int:id>/<str:slug>/ [name='app_deal_detail']
  33. magazine/ [name='magazine_top']
  34. magazine/<slug:slug>/ [name='magazine_detail']
  35. cms/
  36. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  37. ^static/(?P<path>.*)$
  38. ^media/(?P<path>.*)$

The current path, blog/, 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.