摘要: models.py: from django.db import models # Create your models here. class Article(models.Model): title = models.CharField('标题', max_length=64) content 阅读全文
posted @ 2019-07-30 22:43 Samve 阅读(2871) 评论(0) 推荐(0) 编辑