摘要:
1、django.core.exceptions.ImproperlyConfigured: The TEMPLATE_DIRS setting must be a tuple. Please fix your settings. 解决方法: 在项目的setting.py文件中修改相关的文件脚本 T 阅读全文
摘要:
监控数据统计 CPU单位是% SELECT (mean("sys")+mean("user") ) as "Total-CPU /%" FROM "cpu_total" where $timeFilter GROUP BY "host" TZ('Asia/Shanghai') ; MemActive 阅读全文