目录
1.验证码第三方插件 django-simple-captcha
2.添加captcha到INSTALLED_APPS您的settings.py
1.验证码第三方插件 django-simple-captcha
https://django-simple-captcha.readthedocs.io/en/latest/usage.html#installation
2.添加captcha
到INSTALLED_APPS
您的settings.py
3.运行 makemigrations migrate
生产表