后端改动: - User.email 设置为 unique=True,确保每个邮箱只能注册一次 - 这样 SendCodeView 能正确查找到已注册的邮箱 前端改动: - LoginView 增加详细的错误日志输出 - 捕获更多错误信息类型帮助调试 Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| apps | ||
| config | ||
| .gitignore | ||
| conftest.py | ||
| manage.py | ||
| pytest.ini | ||
| requirements.txt | ||