Done, and gets things smart.
We all know the drill with MySQL and Django. You have a dev database, probably compressed, and you need to roll it out so your server’s in a “pristine” state before you start running migrations and adding stuff. And the routine typically looks something like this: gzip -dc dev_database.gz | mysql -u djanguser -p djangodb. [...]
From twitter: TheOnion.com has migrated to Django. If you don’t understand this, please register with your local unemployment office.