I have Django Project and I want to add some table in my database but I'm not able to add it because I have some Problem in Migrations files , Do I will lose my data in database if I removed all migrations files
Migrations are Django’s way of propagating changes you make to your models (adding a field, deleting a model, etc.) into your database schema.
So, deleting migration files does not affect the data in the database. For more information look into django's migrations.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With