Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sanjaykrishnan/4074324918b89c4bab5644c82246eb39 to your computer and use it in GitHub Desktop.
Save sanjaykrishnan/4074324918b89c4bab5644c82246eb39 to your computer and use it in GitHub Desktop.
GET parameters in reverse of url.
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment