add user auth boilerplate
This commit is contained in:
parent
4a65664f4a
commit
4ad04775c9
8 changed files with 275 additions and 4 deletions
|
|
@ -1,4 +1,5 @@
|
|||
from models.listing import Listing
|
||||
from models.user import User
|
||||
|
||||
|
||||
__all__ = ["Listing"]
|
||||
__all__ = ["Listing", "User"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue