A

Admin • 828.03K Points
Coach

Q. Which Django command creates migration files?

  • (A) python manage.py create
  • (B) python manage.py make
  • (C) python manage.py makemigrations
  • (D) python manage.py migrate
  • Correct Answer - Option(C)
  • Views: 12
  • Filed under category Django
  • Hashtags:

Explanation by: Admin
`makemigrations` generates migration files based on model changes.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.