Y
Hacker News
new
|
ask
|
show
|
jobs
by
asplake
683 days ago
I like the querystring feature. Before I write my own, does anything like this exist outside of Django for other Python-based projects? I use Flask, with jinja2 of course for templating.
1 comments
williamjackson
683 days ago
I use Flask a lot too. I generally just add keyword arguments to url_for() to automatically add querystrings to URLs.
link