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
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*
$
2 matches
Mail list logo