JamesHutchison / pytest-hot-reloading

A hot reloading pytest daemon, implemented as a plugin
MIT License
86 stars 2 forks source link

Ensure Django migration logic is skipped #46

Open JamesHutchison opened 1 year ago

JamesHutchison commented 1 year ago

If the user is keeping the DB, we shouldn't need to go through all the migrations every run. IIRC, skipping migrations doesn't actually fully skip them, so we may need a workaround here.