随笔分类 - Django项目实战
摘要:[TOC] # day13 订单管理项目开发 # 1.表结构设计 ## 1.1 abstract类 from django.db import models class ActiveBaseModel(models.Model): active = models.SmallIntegerField(
阅读全文
摘要:[TOC] #123 ##234 #345 #456 *欢迎来到* **欢迎来到** C语言中int的上限是 2^31^ - 1 = 2147483647 > 123 >> 234 ==欢迎来到== 点击查看代码 ``` def del_customer(request): username = r
阅读全文