python - Django update migrations from sqlalchemy to south -
i've django project using alembic , sql alchemy migrations. i'd upgraded django 1.9 has south default migrations. there way switch south adding , removing of new fields without creating migrations tables?
i'd tried python manage.py makemigrations creating migrations tables exists.
Comments
Post a Comment