Adding HTTPS to django app on VM(Windows OS) Production level
We are developing react native app with django as a backend. We deployed django on VM(which we bought it has Window OS) and there git pulled and running django server by just uvicorn backend.asgi:appl...