© 1999-2048 dssz.net 粤ICP备11031372号
[其它] django框架两个使用模板实例
说明:本文实例讲述了django框架使用模板。分享给大家供大家参考,具体如下: models.py: from django.db import models # Create your models here. class Book(models.Model): title=models.CharField(max_length=32,unique=True) price=models.DecimalField(max_digits=8,decimal_places=2,null=True<weixin_38727579> 上传 | 大小:158kb