Skip to content

Commit

Permalink
docs: you need redefine=True when extending AuthUser
Browse files Browse the repository at this point in the history
  • Loading branch information
robinvandernoord committed Nov 2, 2023
1 parent 202a028 commit 29c63a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/5_py4web.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ from .common import db


class AuthUser(_AuthUser):
redefine = True

bookmarks = relationship(list["Bookmark"], ...)


Expand Down

0 comments on commit 29c63a3

Please sign in to comment.