OnlineJudge/utils
2016-04-07 17:17:49 +08:00
..
captcha 增加修改密码的验证码 2015-09-10 15:59:48 +08:00
management 增加重置 root 用户密码的命令 2016-02-12 19:46:49 +08:00
templatetags 将比赛排名页面的错误次数换行显示 2015-12-26 22:34:54 +08:00
__init__.py 创建新工程 添加了一些通用代码和数据库模型 2015-06-26 15:59:53 +08:00
cache.py 统一获取 redis 实例的方法 2015-10-10 19:57:11 +08:00
mail.py mail 拆分模块 2015-12-09 11:03:30 +08:00
models.py 使用新的生成比赛排名的方式 2015-09-24 21:25:13 +08:00
otp_auth.py 修改 admin 界面,ip 太宽了 2015-12-23 00:33:08 +08:00
shortcuts.py 使用更强的随机算法 2016-03-28 17:46:56 +08:00
test_urls.py 增加通用分页函数和对应的测试 2015-08-05 08:44:28 +08:00
tests.py [后端]修改后端公告GET接口,增加返回公告总条数,总页数 2015-08-08 08:41:20 +08:00
throttling.py 使用 TokenBucket 机制限制用户恶意提交代码 2016-01-17 14:51:14 +08:00
views.py Merge branch 'dev-sxw' of https://git.coding.net/virusdefender/qduoj 2015-09-15 13:18:36 +08:00
xss_filter.py 修复xss filter导致的html被错误修改的问题 #29 2016-04-07 17:17:49 +08:00