摘要:
一、源码安装方法 下载源码包:https://www.djangoproject.com/download/ 输入以下命令并安装: 安装成功后 Django 位于 Python 安装目录的 site-packages 目录下。 二、创建 Django 项目 三、本机访问启动服务 以上信息说明,项目已 阅读全文
摘要:
默认方法启动django python manage.py runserver 这时启动的服务只能在本机访问,这是因为服务只向本机(127.0.0.1:8000)提供,所以局域网的其他机器不能访问。 如果想让网络上的其他计算机能够访问django的服务,需要更改启动django的命令为 python 阅读全文
摘要:
环境:centos7.1 运行上面的命令开启容器时报错: /usr/bin/docker-current: Error response from daemon: error creating overlay mount to /var/lib/docker/overlay2/8c4e909f7bd 阅读全文
摘要:
centos7,执行完安装命令: yum install docker 执行启动命令: systemctl start docker ,报下面错误: Error starting daemon: SELinux is not supported with the overlay2 graph dri 阅读全文