lazy reference: doesn't provide model user?

后端 未结 9 1373
独厮守ぢ
独厮守ぢ 2020-12-15 06:33

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

9条回答
  •  旧巷少年郎
    2020-12-15 06:53

    Remove all the migrations under Migration Directory

    Now you can use makemigrations and migrate

提交回复
热议问题