Remove drf-addons dependency.
- 主要语言
- Python
- 星标
- 158
- 派生
- 69
- PR 合并指标
- 30 天内没有已合并 PR
描述
### Describe the feature you'd like
We need to remove [drf-addons](https://github.com/101Loop/drf-addons) dependency from this project as we're only using it's minor features only.
We will rewrite these 2 methods:
- get_client_ip
- send_message
And we'll remove usage of `JsonResponse`. Use DRF's `Response` or something.
Please write tests. 🙏🏼
### Is your feature request related to a problem?
### Your Environment
- `drf-user` version(s) (`drf-user --version`:
- Operating System(s):
- Python version(s):
### Additional context
贡献指南
调研方向
Find where drf-addons is imported and used, likely in views or utils. Locate the get_client_ip and send_message methods and the JsonResponse usage. Write replacements using Django REST Framework's Response and standard Python libraries for IP detection and messaging. Ensure tests cover the new implementations and remove the dependency from requirements.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- django, python
- 领域
- api, backend
- Issue 类型
- 重构
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 55/100