Added some openid code.

This commit is contained in:
Armin Ronacher 2010-05-02 19:07:42 +02:00
parent 904fe68d51
commit a81cf3a67c
5 changed files with 196 additions and 13 deletions

View file

@ -1,6 +1,9 @@
from flask import Flask, render_template
import websiteconfig as config
app = Flask(__name__)
app.debug = config.DEBUG
@app.errorhandler(404)
def not_found(error):