docs: tweak quickstart example
This commit is contained in:
parent
189a53c82a
commit
58cef0c9c2
1 changed files with 1 additions and 2 deletions
|
|
@ -116,8 +116,7 @@ invoke other app/handler logic::
|
|||
# invoke secondary handler to make new user account
|
||||
auth = app.get_auth_handler()
|
||||
user = auth.make_user(session=session, username='barney')
|
||||
|
||||
# commit changes to DB
|
||||
assert isinstance(user, model.User)
|
||||
session.add(user)
|
||||
session.commit()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue