First time here? Check out the FAQ!

Revision history  [back]

Create a new site from scratch, update your theme to be compatible with the latest version, point the site to use a copy of your existing database, then use Django South migrations command:

python manage.py migrate

The command can accept names of the apps to migrate.