Page not found (404)

Request Method: GET
Request URL: http://songdata.io/pages-inner.html

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

  1. admin/
  2. [name='home']
  3. home [name='home']
  4. search [name='search']
  5. bpm-finder [name='bpm']
  6. music-key-finder [name='key']
  7. bpm-key-finder [name='bpm']
  8. special [name='special']
  9. ^track/(?P<identifier>.+)$
  10. ^tracks/(?P<identifier>.+)$
  11. ^album/(?P<identifier>.+)$
  12. ^playlist/(?P<identifier>.+)$
  13. ^charts/(?P<identifier>.+)$ [name='charts']
  14. ^api/(?P<identifier>.+)$
  15. ^albumtrack/(?P<identifier>.+)$
  16. ^recommend/(?P<identifier>.+)$
  17. ^harmonic/(?P<identifier>.+)$
  18. ^camelot-wheel/(?P<identifier>.+)$
  19. ^popular/(?P<identifier>.+)$
  20. ^top/(?P<identifier>.+)$
  21. ajax/top-new [name='new']
  22. new-releases [name='new']
  23. new-albums [name='new_albums']
  24. embed [name='embed']
  25. spotify-wrapped-2022 [name='spotify_wrapped']
  26. spotify-wrapped-2023 [name='spotify_wrapped']
  27. smartlink/ [name='smartlink']
  28. spotify-youtube-music-converter [name='spotify_youtube_music_converter']
  29. spotify-youtube-converter [name='spotify_youtube_converter']
  30. spotify-pandora-converter [name='spotify_pandora_converter']
  31. spotify-tidal-converter [name='spotify_tidal_converter']
  32. spotify-amazon-music-converter [name='spotify_amazon_music_converter']
  33. changelog [name='changelog']
  34. spotify-playlist-analysis [name='spotify_playlist']
  35. bpm-analyzer-benefits [name='benefits']
  36. playlist/ [name='playlist_path']
  37. charts/ [name='top_song_chart']
  38. charts [name='top_song_chart_redirect1']
  39. chart [name='top_song_chart_redirect2']
  40. top-song-chart [name='top_song_chart_old']
  41. just-release [name='new']
  42. error [name='error']
  43. ping/server [name='server']
  44. robots.txt
  45. sitemap-song-2020.xml
  46. ^sitemap-song-2020-(?P<section>.+)\.xml$ [name='sitemap-song-2020']
  47. sitemap-song-2021.xml
  48. ^sitemap-song-2021-(?P<section>.+)\.xml$ [name='sitemap-song-2021']
  49. sitemap-song-2022.xml
  50. ^sitemap-song-2022-(?P<section>.+)\.xml$ [name='sitemap-song-2022']
  51. sitemap-song-2023.xml
  52. ^sitemap-song-2023-(?P<section>.+)\.xml$ [name='sitemap-song-2023']
  53. sitemap-song.xml
  54. sitemap-song-<section>.xml [name='sitemap-song']
  55. sitemap-album.xml
  56. sitemap-album-<section>.xml [name='sitemap-album']
  57. sitemap.xml
  58. sitemap-<section>.xml [name='sitemaps']
  59. ^assets/(?P<path>.*)$

The current path, pages-inner.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.