How do django migrations work?



How do django migrations work?..

Answer / Avadhesh Kumar

Django migrations are a way to modify the database schema for an application. They allow you to create, delete, and alter database tables and columns as part of your project's version control system. Each migration is a Python script that describes the changes to be made to the database.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Django Python Interview Questions

What is use of session in django framework?

1 Answers  


Is flask or django easier?

1 Answers  


List out the inheritance styles in django?

1 Answers  


How do you count the occurrences of each item present in the list without explicitly mentioning them ?

1 Answers  


Under what circumstances would one use a while statement rather than for ?

1 Answers  


Can I learn django without python?

1 Answers  


How will you set the starting value in generating random numbers ?

1 Answers  


What is django exception?

1 Answers  


What does Django templates contain ?

1 Answers  


What is framework in python?

1 Answers  


How to get current page uri in django template.

1 Answers  


What are the disadvantages of django?

1 Answers  


Categories