其他分享
首页 > 其他分享> > django http转换为https

django http转换为https

作者:互联网

pip3 install django-extensions
pip3 install django-werkzeug-debugger-runserver
pip3 install pyOpenSSL
‘werkzeug_debugger_runserver’,
‘django_extensions’,
python3 manage.py runserver_plus --cert server.crt 0.0.0.0:8000

参考链接

标签:http,https,pip3,0.0,runserver,install,django,debugger
来源: https://blog.csdn.net/weixin_46248273/article/details/121790317