Which is the correct statement to run migrate command in Django?

15. Which is the correct statement to run migrate command in Django?

  1. run manage.py migrate
  2. py migrate
  3. py manage.py pymigrate
  4. py manage.py migrate

Answer: D) py manage.py migrate

Explanation:

The correct statement to run migrate command in Django:

from django.db import models

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.