Override Django allauth SignupView to create ForeignKey object in custom user model

前端 未结 0 1500
攒了一身酷
攒了一身酷 2020-12-24 00:55

I have a custom User model with a FK :

# users.models.py
class User(AbstractUser):
    company = models.ForeignKey("Company", related_name="mem         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题