1.安装:pip install django-debug-toolbar 或 pip install -i https://pypi.tuna.tsinghua.edu.cn/simple django-debug-toolbar 2.把debug_toolbar添加进INSTALLED_APPS 一定要把debug_toolbar放在django.contrib.staticfiles后面 INST
1.安装:pip install pympler 或 pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pympler 2.配置: DEBUG_TOOLBAR_PANELS =[ #debug_toolbar 面板显示设置 #'debug_toolbar.panels.versions.VersionsPanel', # 代表是哪个django版本'debug_toolbar.panels.timer.TimerPanel',# 用来计时的,判断加载当...
pip install-i https://mirrors.aliyun.com/pypi/simple/django-debug-toolbar pip install-i https://mirrors.aliyun.com/pypi/simple/django-debug-toolbar-request-history django-debug-toolbar 配置 这部分也可以查看[django-debug-toolbar 文档](https://django-debug-toolbar.readthedocs.io/en/latest/ins...
https://pypi.org/project/django-debug-toolbar/ https://django-debug-toolbar.readthedocs.io/en/latest/
摘要: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 大话人生 阅读(201) 评论(0) 推荐(0) django-debug-toolbar 之 内存信息的插件pympler 摘...