add user auth boilerplate
This commit is contained in:
parent
4a65664f4a
commit
4ad04775c9
8 changed files with 275 additions and 4 deletions
|
|
@ -4,7 +4,7 @@ from sqlalchemy import engine_from_config
|
|||
from sqlalchemy import pool
|
||||
|
||||
from alembic import context
|
||||
from models import Listing # Import all models here
|
||||
from models import Listing, User # Import all models here
|
||||
from database import engine
|
||||
import sqlmodel
|
||||
from sqlmodel import SQLModel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue