Skip to content

Instantly share code, notes, and snippets.

@davidfic
Created September 27, 2013 17:09
Show Gist options
  • Save davidfic/6731812 to your computer and use it in GitHub Desktop.
Save davidfic/6731812 to your computer and use it in GitHub Desktop.
Basic setup for views.py
from flask import flash, redirect,render_template, send_file, request,session,g
from app import app
# add routes below
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment