1.安装
2.在settings.py 安装app中添加
3.添加url
4.运行makemigrations和migrate
5.运用
在form表单中定义
view中返回form表单
在前端html中加入{{ register_form.captcha }}