我正在跑步:
python manage.py runserver localhost:44100
这会将我重定向到https
:
» http http://localhost:44100/
HTTP/1.0 301 Moved Permanently
Content-Type: text/html; charset=utf-8
Date: Mon, 05 Mar 2018 14:09:09 GMT
Location: https://localhost:44100/
Server: WSGIServer/0.1 Python/2.7.14
X-Frame-Options: SAMEORIGIN
为什么/这是怎么回事?什么设置可以控制Django
是否接受http
/ https
?