Page not found (404)

Request Method: GET
Request URL: https://www.vmcoder.in/courses/online-digital-marketing-certification-course

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

  1. admin/
  2. sign-up [name='index']
  3. login [name='login']
  4. your-link [name='Your-link']
  5. logout [name='logout']
  6. profile [name='business']
  7. <slug:user_slug>/ [name='mylinks_view']
  8. sidebar [name='sidebar']
  9. [name='indexx']
  10. dashboard [name='generate-links']
  11. link-edit/<int:pk> [name='link-edit']
  12. delete_link/<int:id> [name='delete_link']
  13. admin-login [name='admin-login']
  14. ^media/(?P<path>.*)$

The current path, courses/online-digital-marketing-certification-course, 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.