|
|
|
|
|
by wakatime
1899 days ago
|
|
He's using Django, so most likely Django Migrations which is built into that framework. If you're using Flask, you're probably using Alembic with SQLAlchemy. Those are the two main ways to handle schema migrations in Python. |
|