-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Not really an issue, just trying to share some thoughts...
I thought about it for some time. The "seeds" as you call them could be auto-generated for example with every 10 transactions and used automatically by the CI server. I think I tried something similar for some time... and then I had to install my project from scratch on the clean database and suddenly the migrations didn't work. So I realized, I need to test those too.
I perform a single createdb and then I clone it. But the seeds... "migration checkpoints" as I called them... do you think they could be created automatically somehow? In other words... what needs to be done in your opinion so we could have the functionality of demo-django-seed-db in the mainline Django sources?
EDIT: "migrating to 0005_wtf_lol took more than 10 seconds, saving a checkpoint". But the time really means nothing in a multi-tasking environment, it could be lagging because of anything...