Page not found (404)

Request Method: GET
Request URL: https://www.eduindialive.com/std9/

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

  1. admin/
  2. [name='home']
  3. generate_uuid/ [name='generate_uuid']
  4. audioplay/ [name='audioplay']
  5. get-audios/ [name='get-audios']
  6. audio-id/ [name='audio-id']
  7. feedback-description/ [name='feedback-description']
  8. book-detail/<int:pk>/ [name='book-detail']
  9. book-audio/ [name='book-audio']
  10. about/ [name='about']
  11. privacy-policy/ [name='privacy-policy']
  12. terms-conditions/ [name='terms-conditions']
  13. contact/ [name='contact']
  14. login/ [name='login']
  15. sitemap/ [name='sitemap']
  16. vision/ [name='vision']
  17. services/ [name='services']
  18. book-audio-copy/ [name='book-audio-copy']
  19. gallery/ [name='gallery']
  20. ^media/(?P<path>.*)$

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