GET parameters have nothing to do with the URL as returned by reverse
. Just add it on at the end:
url = "%s?name=joe" % reverse(viewOne)
GET parameters have nothing to do with the URL as returned by reverse
. Just add it on at the end:
url = "%s?name=joe" % reverse(viewOne)