My project set up is Angular Front End and Django rest back end. I am running the Django development server on an AWS EC2 instance and just running the angular app in my local host. I moved to hosting the angular front end to Firebase which requires HTTPS requests.
I tried using django_extensions, runserver_plus, and set SECURE_SSL_REDICTIRT = True, but upon making requests I get an SSL Error. I was trying to find resources on steps to properly deploy a Django rest backend but I am a bit confused about the full steps to deploy. Can someone point me to the easiest way to do this that also ensures HTTPS requests will be used? Thanks
External link →