django add queury parameters to reverse

Solutions on MaxInterview for django add queury parameters to reverse by the best coders in the world

showing results for - "django add queury parameters to reverse"
Amy
22 Jul 2016
1response = self.client.get('%s?param1=%s' % (reverse('url'), 'param1_value'))