-
Moving django data between vendors
The out of the box tooling makes this pretty easy, just a few commands to get the data to a suitable serialized format, and one more to bring it into the new target. In order to prep for the new database, I created another db definition in my settings.py file…
toot-toot!