Documentation
README
Django 安全最佳实践 (Django Security Best Practices)
针对 Django 应用程序的全面安全指南,旨在防范常见漏洞。
何时启用
- 设置 Django 身份验证 (Authentication) 和授权 (Authorization) 时
- 实现用户权限和角色时
- 配置生产环境安全设置时
- 审查 Django 应用程序的安全问题时
- 将 Django 应用程序部署到生产环境时
核心安全设置
生产环境设置配置
This is the opening of the README. Read the full README on GitHub.