08 2019 档案
python随笔:启动django报错
摘要:错误码: $ python manage.py runserver 127.0.0.1:8000 Performing system checks... System check identified no issues (0 silenced). You have 13 unapplied mig 阅读全文
posted @ 2019-08-11 17:16 illusion1010 阅读(2984) 评论(0) 推荐(0)
ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/Library/Python/2.7/site-packages/Django-1.11.23.dist-info' Consider using the `--user` option or check the
摘要:在使用pip安装django时,报错 权限不足: 1.安装报错信息 2.解决办法根据提示在install后面加上--user就行 3.安装成功结果如上图 阅读全文
posted @ 2019-08-11 16:37 illusion1010 阅读(867) 评论(0) 推荐(0)