mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: create and delete assignment activities from UI
This commit is contained in:
parent
04c05e4f9a
commit
10e9be1d33
14 changed files with 358 additions and 14 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import importlib
|
||||
from logging.config import fileConfig
|
||||
import os
|
||||
|
||||
import alembic_postgresql_enum
|
||||
from sqlalchemy import engine_from_config
|
||||
from sqlalchemy import pool
|
||||
from sqlmodel import SQLModel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue