Page not found (404)

Request Method: GET
Request URL: https://www.tamilsonglyrics.blog/music-director/541//

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

  1. admin/
  2. [name='index']
  3. movies/ [name='movies']
  4. singers/ [name='singers']
  5. music-directors/ [name='music_directors']
  6. lyricists/ [name='lyricists']
  7. movie/<int:pk>/<str:name>/ [name='movie']
  8. singer/<int:pk>/<str:name>/ [name='singer']
  9. lyricist/<int:pk>/<str:name>/ [name='lyricist']
  10. music-director/<int:pk>/<str:name>/ [name='music_director']
  11. <str:movie_name>/<int:pk>/<str:song_name>/ [name='song']
  12. search/ [name='search']
  13. sitemap/ [name='sitemap']
  14. tag/<tag>/ [name='tag']
  15. contact/ [name='contact']

The current path, music-director/541//, 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.