随笔分类 -  Python

摘要:#models.py from django.db import models # Create your models here. class Tag(models.Model): """ 标签表 """ caption = models.CharField(verbose_name='标签', 阅读全文
posted @ 2021-02-10 17:37 得超 阅读(107) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/wupeiqi/articles/4938499.html 阅读全文
posted @ 2021-01-31 10:08 得超 阅读(31) 评论(0) 推荐(0)