Migrating blogs to jekyll
Finally got fed up with my slow publishing, tried out jekyll on github.io and really liked it so decided to migrate this from django zinna and some custom models over to jekyll.
toot-toot!
Migrating away from WordPress to zinnia
So I have had all kinds of little issues with WordPress, nothing major and I am not against WP, but I have been running Django for a while on my web host. I have been testing and playing around with various blog apps for django and decided to go with…
toot-toot!
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!