Make sure you've included captcha.urls as explained in the INSTALLATION section on
原因:django-simple-captcha将客户端编号与验证码默认存储在数据库中
解决办法: python manage.py migrate
原因:django-simple-captcha将客户端编号与验证码默认存储在数据库中
解决办法: python manage.py migrate