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
50aff05614
tofu-api
/
tofu_api
/
models
/
__init__.py
6 lines
85 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
Implement BaseModel class, TimestampMixin, TzDateTime type; cleanup Task model
2022-04-15 21:45:10 +02:00
from
.
base
import
BaseModel
Add Alembic to project for database migrations
2022-04-15 16:10:38 +02:00
# 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