Revision history [back]
It's not currently supported just like this but you can do the following:
python manage.py dumpdata livesettings > livesettings.json
and on your target machine
python manage.py loaddata livesettings.json
For more information about Django's fixtures here