Currently I\'m using Django 1.11 and Python 3.6. I\'m attempting to create a custom user model with a new application that authenticates with LDAP, but i\'m greeted with th
user=models.OneToOneField(User,on_delete=models.PROTECT)