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
Github: https://github.com/rg3915/dicas-de-django
pip install Werkzeugpython manage.py runserver_plus --print-sqlpip install pyOpenSSL
python manage.py runserver_plus --cert-file /tmp/cert.crtEntre em https://localhost:8000
Last updated