Django - Deployment and Production
What is the primary purpose of running
python manage.py migrate in a Django production environment?python manage.py migrate in a Django production environment?migrate command applies changes to the database schema based on migration files already created.makemigrations creates migration files, but migrate applies them to the database.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions