随笔分类 -  项目

带分页功能的博客部分代码
摘要:程序目录 models.py from django.db import models# Create your models here.class Category(models.Model): caption_c=models.CharField(max_length=16)# class Ar 阅读全文
posted @ 2019-07-09 23:27 SZ_文彬 阅读(186) 评论(0) 推荐(0)