Dica 55 - Rodando Django em https localmente com runserver_plus
Github: https://github.com/rg3915/dicas-de-django
pip install Werkzeugpython manage.py runserver_plus --print-sqlHTTPS
pip install pyOpenSSL
python manage.py runserver_plus --cert-file /tmp/cert.crtEntre em https://localhost:8000
Last updated
Was this helpful?