Hi, I'm trying to use django-allauth to create a facebook login system. i managed to get it all done but in my local test i get an error where facebook tells me my app path is not safe. I understand that my
http://localhost is missing the
https://localhost. this is so ? How can I add https to my Django test server?
I think there is an add-on that by installing it creates the https at the beginning of the route
127.0.0.1:8000. What I don't know is if, when uploading the project to production, I should remove that library along with all the configurations that I have to do in settings.py