should admin-only fields be extracted into a dedicated model which has a OneToOne relation to the original model?

后端 未结 0 1605
遇见更好的自我
遇见更好的自我 2021-01-30 03:23

I have the following model

class User(AbstractUser):
    # other fields...
    billing_active = models.BooleanField(
               


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