This website requires JavaScript.
Explore
Help
Register
Sign In
xuyue
/
OnlineJudge
Watch
1
Star
0
Fork
0
You've already forked OnlineJudge
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
7555f959a6b7d3fe9823e1abf398e4434d018f0d
OnlineJudge
/
account
History
virusdefender
6e8baca8c9
django rest framework 3.2之后使用 request.data代替 request.DATA
2015-08-07 22:01:16 +08:00
..
__init__.py
创建新工程 添加了一些通用代码和数据库模型
2015-06-26 15:59:53 +08:00
admin.py
创建新工程 添加了一些通用代码和数据库模型
2015-06-26 15:59:53 +08:00
decorators.py
增加 @admin_required 修饰符代码和对应的测试
2015-08-06 12:25:16 +08:00
models.py
增加了用户管理和编辑的API及相应的测试
2015-08-07 20:25:58 +08:00
serializers.py
增加了用户管理和编辑的API及相应的测试
2015-08-07 20:25:58 +08:00
test_urls.py
增加 @admin_required 修饰符代码和对应的测试
2015-08-06 12:25:16 +08:00
tests.py
增加了用户管理和编辑的API及相应的测试
2015-08-07 20:25:58 +08:00
views.py
django rest framework 3.2之后使用 request.data代替 request.DATA
2015-08-07 22:01:16 +08:00