Page not found (404)

Request Method: GET
Request URL: https://mypm.co.in/why-MyPM/index.html

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

  1. accounts/
  2. accounts/
  3. admin/
  4. [name='Index']
  5. pricing/ [name='Pricing']
  6. course/ [name='Course']
  7. about/ [name='About']
  8. job-analyse/ [name='Job Analyse']
  9. job-analyse/results/ [name='Results']
  10. job-analyse/results/<str:job_title>/ [name='Job Results']
  11. service/ [name='Service']
  12. contact/ [name='Contact']
  13. thankyou/ [name='Thankyou']
  14. payment/<str:amount>/<str:plan>/ [name='Payment']
  15. blog/ [name='Blog']
  16. blogs/category/<str:category>/ [name='BlogListFiltered']
  17. blog/<slug:slug>/ [name='Blog Detail']
  18. terms-and-conditions/ [name='Terms and Conditions']
  19. privacy-policy/ [name='Privacy Policy']
  20. refund/ [name='Refund']
  21. google5d25c33a9300fb40/ [name='Google Verification']
  22. ^media/(?P<path>.*)$

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