摘要: 1. 下载安装 源码在github上 https://github.com/django-debug-toolbar/django-debug-toolbar/ 源码下载下来可以直接执行python setup.py install安装 2. Django配置 2.1 settings.py配置文件中添加APP debug_toolbar 2.2 添加中间件 debug_t... 阅读全文
posted @ 2016-06-12 22:06 inns 阅读(373) 评论(0) 推荐(0) 编辑
摘要: 参见官方文档 ,表定义 https://docs.djangoproject.com/en/dev/topics/db/aggregation/from django.db import models class Author(models.Model): name = models.CharField(max_length=100) age = models.IntegerFi... 阅读全文
posted @ 2016-06-12 15:58 inns 阅读(266) 评论(0) 推荐(0) 编辑