Created
October 8, 2018 04:36
-
-
Save sanjaykrishnan/4074324918b89c4bab5644c82246eb39 to your computer and use it in GitHub Desktop.
GET parameters in reverse of url.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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