unable to do migrate when defining custom user model

2018-11-26 Thread Jim Lamb
Send us some code -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@go

unable to do migrate when defining custom user model

2018-11-26 Thread shiva kumar
i am defining my own custom user model using AbstractBaseUser class and BaseUserManager class. and i got no error when doing 'python manage.py makemigrations' but it is showing that db not created while running 'python manage.py migrate' . Any suggestions? -- You received this message because y