Recruitment_site/offer_backend
TianyangZhang b6d5a51c3d fix: 邮箱字段设置为唯一且必填,改善错误提示
后端改动:
- User.email 设置为 unique=True,确保每个邮箱只能注册一次
- 这样 SendCodeView 能正确查找到已注册的邮箱

前端改动:
- LoginView 增加详细的错误日志输出
- 捕获更多错误信息类型帮助调试

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-03-25 16:09:48 +08:00
..
apps fix: 邮箱字段设置为唯一且必填,改善错误提示 2026-03-25 16:09:48 +08:00
config feat: 实现邮箱验证码登入功能 2026-03-25 15:30:23 +08:00
.gitignore feat: initialize Django backend project structure 2026-03-24 17:01:28 +08:00
conftest.py chore: add pytest configuration for Django tests 2026-03-24 17:06:18 +08:00
manage.py fix: set default DJANGO_SETTINGS_MODULE to development 2026-03-24 17:03:11 +08:00
pytest.ini chore: add pytest configuration for Django tests 2026-03-24 17:06:18 +08:00
requirements.txt chore: add pytest configuration for Django tests 2026-03-24 17:06:18 +08:00