mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: user init & refactors
This commit is contained in:
parent
b4dcc14749
commit
a50fc67104
25 changed files with 356 additions and 358 deletions
|
|
@ -3,7 +3,7 @@ from fastapi import FastAPI
|
|||
import motor.motor_asyncio
|
||||
from sqlmodel import Field, SQLModel, Session, create_engine
|
||||
|
||||
from src.rewrite.services.db import (
|
||||
from src.db import (
|
||||
user_organizations,
|
||||
users,
|
||||
roles,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue