Page not found (404)

Request Method: GET
Request URL: http://www.mymp3.xyz/music.html?q=Dj+L+Kusto

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

  1. [name='index']
  2. search/
  3. ytsearch/
  4. ytsearch_all/
  5. ytmusic_search/
  6. admin/
  7. test/
  8. phinfo/
  9. phdownload/
  10. phmp4/
  11. phfilecheck/
  12. yt_sub/
  13. yt_sub_srt/
  14. ytdl/
  15. ytdlmp3/
  16. phmp3/
  17. flush/
  18. advanced_search/
  19. album_id/
  20. album_data/
  21. xadvanced_search/
  22. s/
  23. get_progress/
  24. start/
  25. scinfo/
  26. scstart/
  27. scget_progress/

The current path, music.html, 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.