I don't know much about how django works but I am interested in fixing a issue I found in open source project because I can write python code.
I cloned the project and followed the steps as mentioned in this answer: how to run cloned django project and I am able to run the project locally with the command:
python manage.py runserver
and it is successfully running on http
but I need to run application on https
as it is integrated with salesforce application and salesforce not allowing http
as callback.
I have googled on how to run django on https but all I am seeing is how to run django https on nginx
. I think I need to use library like letsencrypt.org but not sure how to do that.
Here is the Github project I am trying to work on : https://github.com/benedwards44/packagebuilder