Re: Migrating from django user model to a custom user model

2017-03-15 Thread Tim Graham
You can find an overview of how to migrate to a custom user model in https://code.djangoproject.com/ticket/25313. On Tuesday, March 14, 2017 at 11:42:34 PM UTC-4, Kakar Nyori wrote: > > I am following these two references (one > and two >

Migrating from django user model to a custom user model

2017-03-14 Thread Kakar Nyori
I am following these two references (one and two ) to have a custom user model in order to authenticate via email and also to add an extra field to it.