feat: use custom type to handle existing naive datetimes
This commit is contained in:
parent
e22abb383c
commit
39bdac1ecf
45 changed files with 210 additions and 84 deletions
|
@ -1,6 +1,6 @@
|
|||
from flask_bootstrap import Bootstrap5
|
||||
from flask_migrate import Migrate
|
||||
from flask_sqlalchemy import SQLAlchemy
|
||||
from flask_bootstrap import Bootstrap5
|
||||
from sqlalchemy import MetaData
|
||||
|
||||
convention = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue