Reset Migrations
Current django migrations include lots of legacy changes. Create a new initial migration (makemigrations) to start from a clean slate based on how the current model is coded.
Current django migrations include lots of legacy changes. Create a new initial migration (makemigrations) to start from a clean slate based on how the current model is coded.