forked from orbit-oss/flask
Improved documentation, added a contextmanager for request binding
This commit is contained in:
parent
44b42e0fbd
commit
3b36bef2e6
4 changed files with 198 additions and 28 deletions
|
|
@ -7,8 +7,8 @@ from hashlib import md5
|
|||
from datetime import datetime
|
||||
from contextlib import closing
|
||||
from flask import Flask, request, session, url_for, redirect, \
|
||||
render_template, abort, g, flash, generate_password_hash, \
|
||||
check_password_hash
|
||||
render_template, abort, g, flash
|
||||
from werkzeug import check_password_hash, generate_password_hash
|
||||
|
||||
|
||||
# configuration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue