This website requires JavaScript.
Explore
Help
Sign in
binaryDiv
/
tofu-api
Watch
1
Star
0
Fork
You've already forked tofu-api
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
7ce43a2bfe
tofu-api
/
tofu_api
/
models
/
__init__.py
6 lines
95 B
Python
Raw
Normal View
History
Unescape
Escape
Add Alembic to project for database migrations
2022-04-15 16:10:38 +02:00
# Base model first
from
.
base
import
metadata
,
BaseModel
# Data models
Add SQLAlchemy and database boilerplate code
2022-04-02 01:06:59 +02:00
from
.
task
import
Task
Reference in a new issue
Copy permalink