Very first version of the captcha api
Showing
- hiboo/captcha/__init__.py 6 additions, 0 deletionshiboo/captcha/__init__.py
- hiboo/captcha/captcha.py 37 additions, 0 deletionshiboo/captcha/captcha.py
- hiboo/captcha/fields.py 106 additions, 0 deletionshiboo/captcha/fields.py
- hiboo/captcha/forms.py 10 additions, 0 deletionshiboo/captcha/forms.py
- hiboo/captcha/templates/captcha.html 1 addition, 0 deletionshiboo/captcha/templates/captcha.html
- hiboo/captcha/views.py 12 additions, 0 deletionshiboo/captcha/views.py
- requirements.txt 1 addition, 0 deletionsrequirements.txt
hiboo/captcha/__init__.py
0 → 100644
hiboo/captcha/captcha.py
0 → 100644
hiboo/captcha/fields.py
0 → 100644
hiboo/captcha/forms.py
0 → 100644
hiboo/captcha/templates/captcha.html
0 → 100644
hiboo/captcha/views.py
0 → 100644
... | ... | @@ -19,3 +19,4 @@ cryptography |
authlib | ||
mysqlclient | ||
psycopg2 | ||
jwcrypto |
Please register or sign in to comment