摘要: 前端代码地址:https://github.com/chen1932390299/antvue-front-platform 后端代码地址:https://github.com/chen1932390299/drf-backend-platform chen1932390299/antvue-fro 阅读全文
posted @ 2021-06-12 12:47 不带R的墨菲特 阅读(294) 评论(0) 推荐(0)
摘要: class Author(models.Model): name = models.CharField(max_length=20, help_text='作者名') sex = models.IntegerField(choices=[(0, '男'), (1, '女')], null=False 阅读全文
posted @ 2021-06-12 10:36 不带R的墨菲特 阅读(72) 评论(0) 推荐(0)