How inject data from ('another') model in admin?

后端 未结 0 850
被撕碎了的回忆
被撕碎了的回忆 2021-02-06 20:14

I have User model:

class PublisherProfile(models.Model):
    publisher_id = models.AutoField(primary_key=True)
    user_profile = models.OneToOne         


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