Skip to content

Instantly share code, notes, and snippets.

@jmoz
Created November 27, 2012 16:25
Show Gist options
  • Save jmoz/4155241 to your computer and use it in GitHub Desktop.
Save jmoz/4155241 to your computer and use it in GitHub Desktop.
Flask action code for JMOZ
@app.route('/')
def index():
items = client.get_items(config.App.USER_ID, config.App.LIMIT_FRONTPAGE)
return render_template('index.html', items=items)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment