如何设置项目以使用 HTTPS?我需要什么?
我使用 Django 1.4.2
我添加了
#https
SESSION_COOKIE_SECURE = True
CSRF_COOKIE_SECURE = True
如何配置 urls.py?有人有示例配置吗?
购买并安装证书后,可以通过三种方式从 http 重定向到 https。
Maybe this could help: https://github.com/teddziuba/django-sslserver
This will give you the ability to accept HTTPS requests using only Django.