Re: Issue in User authentication

2013-07-06 Thread vijay shanker
On Thursday, July 4, 2013 11:30:06 PM UTC+5:30, vijay shanker wrote: > > *Hi* > *I am using django 1.5 and created my own user model by AUTH_USER_MODEL= > 'account.User' in settings.* > > *my user model is like this:* > > from django.db import models > from django.contrib.auth.models import Abst

Issue in User authentication

2013-07-04 Thread vijay shanker
*Hi* *I am using django 1.5 and created my own user model by AUTH_USER_MODEL= 'account.User' in settings.* *my user model is like this:* from django.db import models from django.contrib.auth.models import AbstractBaseUser, UserManager, PermissionsMixin # Create your models here. GENDER = (