Page not found (404)

Request Method: GET
Request URL: https://swarabharathi.com/dancecourses/

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

  1. api/
  2. carnatic-music
  3. hindustani-music
  4. western-music
  5. classical-dance
  6. faculty
  7. youtube
  8. performance
  9. contact-us
  10. TandC
  11. cm-vocal
  12. news-media
  13. online-exams
  14. privacy-policy
  15. terms-and-conditions
  16. ^static/(?P<path>.*)$
  17. ^media/(?P<path>.*)$

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