Created
February 12, 2014 18:15
-
-
Save solusipse/8961347 to your computer and use it in GitHub Desktop.
pyramid - HTTPFound get method
This file contains 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
url = request.route_url('home', _query={'login': 'invalid'}) | |
return HTTPFound(location=url) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment