django使用django-simple-captcha模塊爲窗體加上防機器人驗證機制

1.安裝captcha   pip install django-simple-captcha   (在win10,pycharm,python3.8的環境中,可能安裝失敗,解決方法:指定版本號,如pip install django-simple-captcha==0.4.6) 接下來還要確定Pillow是否已經安裝在系統中,可以使用pip list檢查一下     2.在settings
相關文章
相關標籤/搜索