Re: Problem with contrib.auth in database migration

2010-04-02 Thread Daniel Roseman
On Apr 2, 12:51 pm, dadapapa wrote: > I managed to solve the problem. The solution is to explicitly state > the applications (models) that you want to migrate, and leave out > those that get initialized automatically when doing syncdb > (contenttypes). Here's how it worked for me: > > production s

Re: Problem with contrib.auth in database migration

2010-04-02 Thread dadapapa
I managed to solve the problem. The solution is to explicitly state the applications (models) that you want to migrate, and leave out those that get initialized automatically when doing syncdb (contenttypes). Here's how it worked for me: production server: $ python manage.py dumpdata auth custom_a