Q. Which command is used to apply changes made to models to the database?
β
Correct Answer: (B)
python manage.py makemigrations
Explanation: makemigrations generates new migration files for model changes.