Initial idea for specifying a user account mixin for user model

This commit is contained in:
Matt Wright
2012-03-27 14:27:12 -04:00
parent dd6ba0995d
commit 5a7f4dff47
5 changed files with 17 additions and 5 deletions
+1
View File
@@ -256,6 +256,7 @@ class Security(object):
"""
if app is None or datastore is None: return
# TODO: change blueprint name
blueprint = Blueprint('auth', __name__)
configured = {}