Q:

What are Migrations in Django?

0

What are Migrations in Django?


  1. They are files saved in migrations directory.
  2. They are created when you run makemigrations command.
  3. Migrations are files where Django stores changes to your models.
  4. All of the above

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Correct Answer:

D. All of the above

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

which of these is not a valid backend for caching ... >>
<< Django was introduced by...