How to populate model from other model's field?

前端 未结 0 1775
星月不相逢
星月不相逢 2021-02-05 04:15

We had a model to save some text in a model like this:

class Model1(models.Model):
   text = models.CharField(max_length=255)
   # other fields

N

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