Added some openid code.
This commit is contained in:
parent
904fe68d51
commit
a81cf3a67c
5 changed files with 196 additions and 13 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue