Django migrations, friend or foe? Optimize them for testing
- Track: Python Devroom devroom
- Room: UD2.218A
- Day: Sunday
- Start: 11:30
- End: 11:55
- Video only: ud2218a
- Chat: Join the conversation!
Django migrations are a great tool for keeping track of changes you made to your models over time. After years of changes in a project they can become very numerous and you may notice that it takes a long time to create the test database.
- inspecting django migration commands
makemigrations
migrate
showmigrations
sqlmigrate
- analyzing test performances
- optimizing migrations
Speakers
Denny Biasiolli |