Django - Deployment and Production
Which of the following is the correct command to create new migration files after changing Django models?
makemigrations scans model changes and creates migration files.migrate applies migrations, runserver starts server, flush clears data.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions