hn • r/hackernews
Comment on: Some more things about Django I've been enjoying
My experience from running a django app with thousands of migrations and dozen of apps- Testing involving models is slow.
Developers with large Django codebases struggle with slow test runs caused by thousands of migrations across many apps. Our tool, DjangoSprint, automatically caches migration states and runs tests in isolated, incremental mode, cutting test times by up to 70%.