You're accessing the development server over HTTPS, but it only supports HTTP.
核实django是否正确创建了项目:python manage.py runserver
打开网页,输入rul,即图上的https://127.0.0.1:8000/
我是在Windows下运行的,会出现:You’re accessing the development server over HTTPS, but it only supports HTTP.的错误提示。
解决方法:首先安装django-sslserver.我这里使用了豆瓣源来下载(上一篇已提及),
然后在settings里修改
检查创建是否成功:python manage.py runserver
打开网页,输入url,可以看见我这里已经成功了。