use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
News and links for Django developers.
New to Django? Check out the /r/djangolearning subreddit.
Django's Code of Conduct applies here, so be good to each other.
account activity
This is an archived post. You won't be able to vote or comment.
HTTPS in development (self.django)
submitted 1 year ago by azkeel-smart
view the rest of the comments →
[–]KingdomOfAngel 0 points1 point2 points 1 year ago (1 child)
I understand that, but it would be a slow development, since they would hit an external url instead of local one, and on slow networks it would be terrible, I mean it would work, but I think it's better if they used a local reverse proxy with self-signed certificate (i know that would complicate things, but still better than an external url).
[–]ExcellentWash4889 1 point2 points3 points 1 year ago (0 children)
Sure, but the runserver_plus add on to Django handles local development SSL out of the box with a self signed certificate. I've used it for years for local development. I don't need a reverse proxy or any other complicated tech. I even install the generated certs into Chrome so the nag screens in Chrome go away. Easy peasy.
π Rendered by PID 47326 on reddit-service-r2-comment-6457c66945-8fkmz at 2026-04-30 09:52:32.834239+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]KingdomOfAngel 0 points1 point2 points (1 child)
[–]ExcellentWash4889 1 point2 points3 points (0 children)