πŸ“Š Django
Q. Which Django command applies migrations to the database?
  • (A) python manage.py makemigrations
  • (B) python manage.py dbapply
  • (C) python manage.py migrate
  • (D) python manage.py update
πŸ’¬ Discuss
βœ… Correct Answer: (C) python manage.py migrate

Explanation: `migrate` applies the generated migrations to the database.

Explanation by: Mr. Dubey
`migrate` applies the generated migrations to the database.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
50
Total Visits
πŸ“½οΈ
11 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
91%
Success Rate