Squash migrations
It will permit to run migrations on an empty database as well as on the one present in production.
Moreover, it will remove complexity due to the migration from sqlalchemy managed db to django orm managed db
It will permit to run migrations on an empty database as well as on the one present in production.
Moreover, it will remove complexity due to the migration from sqlalchemy managed db to django orm managed db