环境准备
django 默认的runserver使用的是http协议,如果需要https协议,需要以下库
pip install django-sslserver
执行pip install命令安装:
pip install django-sslserver
配置django的settings.py文件
在INSTALLED_APPS下添加
'sslserver',
运行
使用命令在终端以https的方式运行
python manage.py runsslserver
觉得文章写的不错,可以请喝杯咖啡
- Post link: https://yanxiang.wang/django%E5%90%AF%E5%8A%A8https%E5%8D%8F%E8%AE%AE/
- Copyright Notice: All articles in this blog are licensed under unless otherwise stated.