在实现通过H5实现录音功能的时候需要调用用户的录音模块,但是chrome浏览器不能正常调用麦克风,经过一番查询,得知需要将HTTP转换为HTTPS。
pip install django-extensions
pip install django-werkzeug-debugger-runserver
pip install pyOpenSSL
'werkzeug_debugger_runserver',
'django_extensions',
python manage.py runserver_plus --cert-file cert.crt
完成后会发现django
工程中出现两个文件cert.crt
和cert.key
python manage.py runserver_plus --cert cert.crt 0.0.0.0:8000
https://django-extensions.readthedocs.io/en/latest/runserver_plus.html#certificates-paths