摘要: 在settings.py 配置如下: 附:Python logger流示图: 阅读全文
posted @ 2018-08-02 21:26 Qingqiu_Gu 阅读(71) 评论(0) 推荐(0) 编辑
摘要: django-debug-toolbar: django-debug-toolbar 是一组可配置的面板,可显示有关当前请求/响应的各种调试信息,并在单击时显示有关面板内容的更多详细信息。 github地址 文档地址 安装: 配置: 1,在settings.py的 INSTALL_APPS 中添加如 阅读全文
posted @ 2018-08-02 21:22 Qingqiu_Gu 阅读(68) 评论(0) 推荐(0) 编辑
摘要: urls: views:此处为RESTful API 终极版: from django.shortcuts import render,HttpResponse from django.http import JsonResponse from app01 import models from re 阅读全文
posted @ 2018-08-02 21:02 Qingqiu_Gu 阅读(896) 评论(0) 推荐(0) 编辑