The issue is with your urls.py file. Since the first pattern you have given is empty, it will match all requests. Interchange lines 4 & 5 and your issue will be resolved.
On Friday, October 5, 2018 at 2:17:27 AM UTC+5:30, Gear Crew wrote: > > > when you click on any link doesn't go to music/1/ > > it reloads that same content > > > > > [image: Screenshot from 2018-10-04 22-43-29.png] > > [image: Screenshot from 2018-10-04 22-45-29.png] > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/e4fe48c2-2188-4316-8834-42f582b20718%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

