Skip to content

Instantly share code, notes, and snippets.

@govind-menon
Created October 19, 2013 00:59
Show Gist options
  • Save govind-menon/7050467 to your computer and use it in GitHub Desktop.
Save govind-menon/7050467 to your computer and use it in GitHub Desktop.
post-processor
if request.vars.search_after_save:
query_id = db(rtable.keywords == request.vars.keywords).select().last().id
redirect(URL(f="search_tweet_query", args=[query_id]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment