摘要: docker system df Docker整体磁盘使用率的概况,包括镜像、容器、本地volume docker system prune !!!注意 清理没有使用的数据,包括镜像数据,已经停止的容器 docker system events docker system info docker s 阅读全文
posted @ 2022-07-28 22:48 tangshow 阅读(30) 评论(0) 推荐(0) 编辑
摘要: ######设置中文和上海时间,修改settings.py LANGUAGE_CODE = 'zh-Hans' #中文 TIME_ZONE = 'Asia/Shanghai' # 时区配置为上海 USE_TZ = False #设置为True时,django会使用默认时区America/Chicag 阅读全文
posted @ 2022-07-28 22:15 tangshow 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 在centos7 上部署django 项目 参考自https://blog.csdn.net/u014651560/article/details/125221725 #####环境准备 yum install python3 yum install python36-devel python3 - 阅读全文
posted @ 2022-07-28 18:17 tangshow 阅读(94) 评论(0) 推荐(0) 编辑
摘要: 报错提示: WARNING: Running pip install with root privileges is generally not a good idea. Try `__main__.py install --user` instead. Collecting uwsgi Using 阅读全文
posted @ 2022-07-28 14:55 tangshow 阅读(1490) 评论(0) 推荐(0) 编辑