Q. Which command is used to apply the latest migrations?

  • (A) python migrate
  • (B) python manage.py migrate
  • (C) python apply
  • (D) python runmigrations
πŸ’¬ Discuss
βœ… Correct Answer: (B) python manage.py migrate
Explanation: python manage.py migrate applies migrations to the database.
Explanation by: Rakesh Yadav
python manage.py migrate applies migrations to the database.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
81
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Rakesh Yadav
Publisher
πŸ“ˆ
93%
Success Rate