What is migration in django ?



What is migration in django ?..

Answer / Avkash Kumar

In Django, migrations are files that describe database schema changes for your app. They enable you to safely upgrade, downgrade or refresh the state of your database.nnWhen you make changes to your models (for example by adding a field), Django creates a new migration that describes these changes. These migrations can then be applied to update the database.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Django Python Interview Questions

What are templates in django?

1 Answers  


how the django will work without installing any webserver?

1 Answers  


How to create an constant in django?

1 Answers  


Why is csrf important?

1 Answers  


What is render_to_response in django?

1 Answers  


Is white noise harmful?

1 Answers  


Can i Connect plsql to django ?

1 Answers  


Is django a content management system (cms)?

1 Answers  


What are the advantages of using django?

1 Answers  


Explain the inheritance styles in django?

1 Answers  


How is compile-time and run-time code checking done in python ?

1 Answers  


Is django a high-level web framework or low-level framework?

1 Answers  


Categories