What is your favorite solution for managing database migrations in django? [closed] What is your favorite solution for managing database migrations in django? [closed] database database

What is your favorite solution for managing database migrations in django? [closed]


If you are using SQLAlchemy as your ORM then the de facto standard is Alembic.

Another alternative that haven't been mentioned is yoyo-migrations.