Page not found (404)

Request Method: GET
Request URL: https://www.kurnoolachar.com/downloads/pravachana/chandogya_upanishat/

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

  1. ^login/$ [name='login']
  2. ^logout/$ [name='logout']
  3. ^admin/
  4. ^files/$ [name='public_files']
  5. ^upcomingevents/$ [name='upcomingevents']
  6. ^audio/(?P<id>\d+)/$ [name='audio']
  7. ^download/(?P<id>.+)/$ [name='download']
  8. ^$ [name='public_home']
  9. ^indexer/$ [name='indexer']
  10. ^about/$ [name='about']
  11. ^dakshine/$ [name='dakshine']
  12. ^contact/$ [name='contact']
  13. ^search/$ [name='search']
  14. ^privacy/$ [name='privacy']
  15. ^webview-for-app/$ [name='webviewforapp']
  16. ^getindex/$ [name='home']
  17. ^sync_url/$ [name='sync_url']
  18. ^all/$ [name='all']
  19. ^youtube_notify/$ [name='youtube_notify']
  20. ^youtube_uploader/$ [name='youtube_upload']
  21. ^youtube_uploader/(?P<id>\d+)/$ [name='youtube_upload']
  22. ^youtube_uploader_all/$ [name='youtube_upload_all']
  23. ^youtube_playlist_sync/$ [name='youtube_playlist_sync']
  24. ^get_messages/$ [name='get_messages']
  25. ^getmessage/(?P<id>\d+)/$ [name='getmessage']
  26. ^checkyoutube/$ [name='checkyoutube']
  27. ^getevents/$ [name='getevents']
  28. ^reset_rejected/$ [name='getevents']
  29. ^getplaylists/$ [name='getplaylists']
  30. ^wavesurfer/$ [name='wavesurfer']
  31. ^deletedescription/$ [name='deletedescription']
  32. ^searchdescription/$ [name='searchdescription']
  33. ^mobileapi/category/$ [name='mobileapi']
  34. ^mobileapi/category/(?P<id>\d+)/$ [name='mobileapifile']
  35. ^mobileapi/subscribe/$ [name='mobileapisubscribe']
  36. ^superuser/
  37. ^contributor/

The current path, downloads/pravachana/chandogya_upanishat/, 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.