随笔分类 -  django-debug-toolbar

django性能调试工具
python 安装虚拟环境
摘要:1. pip install virtualenv 2.pip install virtualenvwrapper-win 注: linux下运行pip install virtualenvwrapper 阅读全文
posted @ 2020-08-17 09:07 大话人生 阅读(146) 评论(0) 推荐(0)
安装xadmin2.0命令
摘要:pip3 install https://codeload.github.com/sshwsfc/xadmin/zip/django2 -i https://pypi.douban.com/simple/或者 pip install https://codeload.github.com/sshws 阅读全文
posted @ 2020-08-01 08:53 大话人生 阅读(206) 评论(0) 推荐(0)
django-debug-toolbar 之 内存信息的插件pympler
摘要:https://www.cnblogs.com/sfencs-hcy/p/10989298.html 1.安装:pip install pympler 或 pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pympler 2.配置: DE 阅读全文
posted @ 2020-07-26 09:52 大话人生 阅读(350) 评论(0) 推荐(0)
django-debug-toolbar安装
摘要:https://blog.csdn.net/cn_1937/article/details/82715983(Django 开发:django-debug-toolbar使用详解) 注意:python64位可以使用,32位无法使用 1.安装:pip install django-debug-tool 阅读全文
posted @ 2020-07-26 07:58 大话人生 阅读(223) 评论(0) 推荐(0)