Re: Migrating old users into custom user model

2015-08-25 Thread Ben Wattie
e: > > Hi Ben, > > On 08/25/2015 03:33 PM, Ben Wattie wrote: > > I have an existing project with migrations, datamigrations and I need a > > custom user model now, not just 1-1 profile so I created one. > > Unfortunately, while this is technically possible (I haven&

Migrating old users into custom user model

2015-08-25 Thread Ben Wattie
Hello, I have an existing project with migrations, datamigrations and I need a custom user model now, not just 1-1 profile so I created one. However, when I switch the AUTH_USER_MODEL setting, I can't access the old auth.user model for my datamigration def transfer_users(apps, schema_editor):