Re: sqlite to mysql loaddata not working (using natural keys)

2012-07-21 Thread Karen Tracey
On Fri, Jul 20, 2012 at 2:57 PM, dack wrote: > I'm trying to move django data from an sqlite database to a mysql > database. I know I need to use natural keys, but it's still failing. Any > ideas? > > Here's my procedure. The default database is sqlite, the mysql database is > called "mysql" in s

sqlite to mysql loaddata not working (using natural keys)

2012-07-20 Thread dack
I'm trying to move django data from an sqlite database to a mysql database. I know I need to use natural keys, but it's still failing. Any ideas? Here's my procedure. The default database is sqlite, the mysql database is called "mysql" in settings.py. $*./manage.py dumpdata -a -n > data.json* $