simpleui_captcha is a django admin captcha packages
Project description
django-simpleui-captcha
django-simpleui-captcha 是一个 django 后台管理登录验证码插件
界面
安装
pip install django-simpleui-captcha
依赖
- Django
- django-simple-captcha
快速开始
1. 添加 "simpleui_captcha" 到 INSTALLED_APPS 设置, 注意要放在最前面
INSTALLED_APPS = [
"simpleui_captcha",
"simpleui",
...
]
2. 添加 simpleui_captcha 的 url 到你的项目 urls.py ::
path('simpleui_captcha/', include('simpleui_captcha.urls')),
3. 运行 python manage.py migrate 迁移验证码模型
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django-simpleui-captcha-0.1.2.tar.gz.
File metadata
- Download URL: django-simpleui-captcha-0.1.2.tar.gz
- Upload date:
- Size: 15.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
73ac25e5a6122b558c342b6ee29e15a56c01747475a931b25bf2b8b3a74058da
|
|
| MD5 |
232e73b1816c2f988a533ac2feec06cc
|
|
| BLAKE2b-256 |
87d7ea38c8b4baaa3ea3ca1dcc3e81589a20cab6a88b21bcb280a68a8f697f4b
|
File details
Details for the file django_simpleui_captcha-0.1.2-py3-none-any.whl.
File metadata
- Download URL: django_simpleui_captcha-0.1.2-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
415483b4d37d523486649d8b059e9cea3045d7a614a08f936bee1826f4971caf
|
|
| MD5 |
4bea8cb54a6f0b747818979a7a9b3482
|
|
| BLAKE2b-256 |
652106ca4849155e9307c4b7174d6f088b5eee7b5ba97cbf04d950f886557903
|