摘要: models.py from django.db import models from django.contrib.postgres.fields import ArrayFeild class TestInfoUser(models.Model): modify = ArrayField( mo 阅读全文
posted @ 2020-05-19 10:53 夜晚的潜水艇 阅读(336) 评论(0) 推荐(0)