上传者: u010027689
|
上传时间: 2022-02-23 10:40:55
|
文件大小: 130KB
|
文件类型: -
django动态验证码源码。
1.Install django-simple-captcha via pip: pip install django-simple-captcha
2.Add captcha to the INSTALLED_APPS in your settings.py
3.Run python manage.py migrate
4.Add an entry to your urls.py