Page not found (404)

Request Method: GET
Request URL: https://estmraryacademy.com/articles/index.html

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

  1. ^aboutus/$
  2. ^aboutme/$
  3. ^press/$
  4. ^partners/$
  5. ^webinar/$
  6. ^googlea867275d2a007a4e.html/$
  7. ^contactus/$
  8. ^bcdetails/$
  9. ^certificates/$
  10. ^bclifecycle/$
  11. ^iso/main/$
  12. ^iso/intro/$
  13. ^iso/22301/$
  14. ^iso/bc/$
  15. ^iso/gap/$
  16. ^iso/execution/$
  17. ^ncema/main/$
  18. ^ncema/intro/$
  19. ^ncemagap/$
  20. ^services/$
  21. ^bcstandards/$
  22. ^infos/$
  23. ^dri/$
  24. ^team/$
  25. ^bci/$
  26. ^freetools/$
  27. ^services/consult/$
  28. ^services/question/$
  29. ^ncema/gap/$
  30. ^ncema/bc/$
  31. ^ncema/requirements/$
  32. ^ncema/execution/$
  33. ^services/
  34. ^gap/
  35. ^dictionary/
  36. ^articles/ ^(?P<slug>[\w-]+)/$
  37. ^articles/ ^$ [name='articles']
  38. ^ ^$ [name='home']
  39. ^home/
  40. admin/
  41. ^media/(?P<path>.*)$
  42. ^static/(?P<path>.*)$

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