Dica 55 - Rodando Django em https localmente com runserver_plus
pip install Werkzeugpython manage.py runserver_plus --print-sqlHTTPS
pip install pyOpenSSL
python manage.py runserver_plus --cert-file /tmp/cert.crtLast updated
pip install Werkzeugpython manage.py runserver_plus --print-sqlpip install pyOpenSSL
python manage.py runserver_plus --cert-file /tmp/cert.crtLast updated