Page not found (404)

Request Method: GET
Request URL: https://www.stockmarketkerala.com/profile/thenewprivateinstaviewerchyiu/profile

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

  1. admin/
  2. superadmin/
  3. about [name='about']
  4. contact [name='contact']
  5. happy_students [name='happy_students']
  6. [name='index']
  7. plans [name='plans']
  8. plan_details/<int:id>/<str:title>/ [name='plan_details']
  9. Thank-You/ [name='success_view']
  10. gallery [name='gallery']
  11. service [name='service']
  12. students [name='students']
  13. student_login [name='student_login']
  14. career [name='career']
  15. career_detail/<int:id>/ [name='career_detail']
  16. apply_job [name='apply_job']
  17. smk-landing-page1 [name='landing_page']
  18. smk-landing-page2 [name='smk_landing_page']
  19. privacy-policy [name='privacy']
  20. refund-policy [name='refund']
  21. terms&conditions [name='terms']
  22. sitemap.xml [name='sitemap']
  23. robots.txt [name='robot']
  24. ^static/(?P<path>.*)$
  25. ^media/(?P<path>.*)$

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