Re: finding get_user_model

2017-01-06 Thread M Hashmi
from django.apps.config import get_model On Fri, Jan 6, 2017 at 2:03 AM, roboslone wrote: > Hi! Did you run migrations after adding 'django.contrib.auth' to your > INSTALLED_APPS? > > On 6 Jan 2017, at 07:30, Rasika wrote: > > from django.contrib.auth import get_user_model > why I am not able t

Re: finding get_user_model

2017-01-06 Thread roboslone
Hi! Did you run migrations after adding 'django.contrib.auth' to your INSTALLED_APPS? > On 6 Jan 2017, at 07:30, Rasika wrote: > > from django.contrib.auth import get_user_model > why I am not able to find the code forget_user_model in auth app. > > While when I searched > https://docs.djangop