Python运维自动化

导航

2018年5月14日 #

Python运维自动化17-python项目Django之跨表查询及Ajax、cookie和session

摘要: 第1章 课堂笔记 class (models.Model): title=models.CharField(max_length=32) price=models.DecimalField(max_digits=6,decimal_places=2) create_time=models.DateF 阅读全文

posted @ 2018-05-14 11:17 Python运维自动化 阅读(307) 评论(0) 推荐(0)