I have trouble with django model migrations. I have some models in my app, and I already have some data inside. When I added some models in my application, and I run mak
mak
I tried to edit the related migration file and commented the part where it creates that specific column, then ran python manage.py migrate
python manage.py migrate