增加登陆失败的验证码验证;增加找回密码邮件的相关逻辑框架

This commit is contained in:
virusdefender
2015-10-09 16:17:07 +08:00
parent 29852410c0
commit 61fd72ebae
4 changed files with 57 additions and 7 deletions

View File

@@ -51,6 +51,7 @@ INSTALLED_APPS = (
'mq',
'contest',
'contest_submission',
'mail',
'django_extensions',
'rest_framework',