Quantcast
Viewing latest article 4
Browse Latest Browse All 1480

How to add HTTPS to Django app using Uvicorn?

We are developing react native app with django as a backend. We deployed django on the VM (which we bought it has Window OS) and then git pulled and running django server using uvicorn backend.asgi:application --host 0.0.0.0 --port 8000. We want to add https in it. How can we do so? We don't have a domain just a public IP address.


Viewing latest article 4
Browse Latest Browse All 1480

Trending Articles