CHANGES.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/Makefile
docs/ext/otpdocs.py
docs/source/auth.rst
docs/source/changes.rst
docs/source/conf.py
docs/source/extend.rst
docs/source/index.rst
docs/source/overview.rst
src/django_otp/__init__.py
src/django_otp/admin.py
src/django_otp/conf.py
src/django_otp/decorators.py
src/django_otp/forms.py
src/django_otp/middleware.py
src/django_otp/models.py
src/django_otp/oath.py
src/django_otp/tests.py
src/django_otp/util.py
src/django_otp/views.py
src/django_otp.egg-info/PKG-INFO
src/django_otp.egg-info/SOURCES.txt
src/django_otp.egg-info/dependency_links.txt
src/django_otp.egg-info/not-zip-safe
src/django_otp.egg-info/requires.txt
src/django_otp.egg-info/top_level.txt
src/django_otp/locale/fr/LC_MESSAGES/django.mo
src/django_otp/locale/fr/LC_MESSAGES/django.po
src/django_otp/plugins/__init__.py
src/django_otp/plugins/otp_email/__init__.py
src/django_otp/plugins/otp_email/admin.py
src/django_otp/plugins/otp_email/conf.py
src/django_otp/plugins/otp_email/models.py
src/django_otp/plugins/otp_email/tests.py
src/django_otp/plugins/otp_email/migrations/0001_initial.py
src/django_otp/plugins/otp_email/migrations/0002_sidechanneldevice_email.py
src/django_otp/plugins/otp_email/migrations/0003_emaildevice_email.py
src/django_otp/plugins/otp_email/migrations/0004_throttling.py
src/django_otp/plugins/otp_email/migrations/__init__.py
src/django_otp/plugins/otp_email/templates/otp/email/token.txt
src/django_otp/plugins/otp_hotp/__init__.py
src/django_otp/plugins/otp_hotp/admin.py
src/django_otp/plugins/otp_hotp/models.py
src/django_otp/plugins/otp_hotp/tests.py
src/django_otp/plugins/otp_hotp/migrations/0001_initial.py
src/django_otp/plugins/otp_hotp/migrations/0002_auto_20190420_0723.py
src/django_otp/plugins/otp_hotp/migrations/__init__.py
src/django_otp/plugins/otp_hotp/templates/otp_hotp/admin/config.html
src/django_otp/plugins/otp_static/__init__.py
src/django_otp/plugins/otp_static/admin.py
src/django_otp/plugins/otp_static/lib.py
src/django_otp/plugins/otp_static/models.py
src/django_otp/plugins/otp_static/tests.py
src/django_otp/plugins/otp_static/management/__init__.py
src/django_otp/plugins/otp_static/management/commands/__init__.py
src/django_otp/plugins/otp_static/management/commands/addstatictoken.py
src/django_otp/plugins/otp_static/migrations/0001_initial.py
src/django_otp/plugins/otp_static/migrations/0002_throttling.py
src/django_otp/plugins/otp_static/migrations/__init__.py
src/django_otp/plugins/otp_totp/__init__.py
src/django_otp/plugins/otp_totp/admin.py
src/django_otp/plugins/otp_totp/models.py
src/django_otp/plugins/otp_totp/tests.py
src/django_otp/plugins/otp_totp/migrations/0001_initial.py
src/django_otp/plugins/otp_totp/migrations/0002_auto_20190420_0723.py
src/django_otp/plugins/otp_totp/migrations/__init__.py
src/django_otp/plugins/otp_totp/templates/otp_totp/admin/config.html
src/django_otp/templates/otp/admin111/login.html
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
资源分类:Python库 所属语言:Python 资源全名:django-otp-1.0.2.tar.gz 资源来源:官方 安装方法:https://lanzao.blog.csdn.net/article/details/101784059
资源推荐
资源详情
资源评论
收起资源包目录
django-otp-1.0.2.tar.gz (74个子文件)
django-otp-1.0.2
MANIFEST.in 375B
PKG-INFO 8KB
README.rst 6KB
docs
ext
otpdocs.py 217B
Makefile 6KB
source
conf.py 9KB
extend.rst 3KB
changes.rst 54B
overview.rst 18KB
index.rst 1KB
auth.rst 8KB
CHANGES.rst 12KB
LICENSE 1KB
src
django_otp.egg-info
PKG-INFO 8KB
requires.txt 29B
not-zip-safe 1B
SOURCES.txt 3KB
top_level.txt 11B
dependency_links.txt 1B
django_otp
models.py 11KB
conf.py 630B
templates
otp
admin111
login.html 3KB
plugins
otp_static
models.py 2KB
management
commands
addstatictoken.py 1KB
__init__.py 0B
__init__.py 0B
lib.py 689B
__init__.py 0B
migrations
0002_throttling.py 761B
__init__.py 0B
0001_initial.py 1KB
admin.py 996B
tests.py 8KB
otp_hotp
models.py 4KB
templates
otp_hotp
admin
config.html 566B
__init__.py 0B
migrations
0002_auto_20190420_0723.py 753B
__init__.py 0B
0001_initial.py 2KB
admin.py 4KB
tests.py 13KB
otp_email
models.py 3KB
conf.py 804B
templates
otp
email
token.txt 12B
__init__.py 0B
migrations
0003_emaildevice_email.py 486B
0002_sidechanneldevice_email.py 792B
__init__.py 0B
0001_initial.py 1KB
0004_throttling.py 768B
admin.py 681B
tests.py 5KB
otp_totp
models.py 5KB
templates
otp_totp
admin
config.html 566B
__init__.py 0B
migrations
0002_auto_20190420_0723.py 753B
__init__.py 0B
0001_initial.py 2KB
admin.py 4KB
tests.py 11KB
__init__.py 0B
middleware.py 2KB
util.py 2KB
locale
fr
LC_MESSAGES
django.po 3KB
django.mo 2KB
decorators.py 967B
__init__.py 4KB
views.py 2KB
admin.py 2KB
oath.py 5KB
tests.py 9KB
forms.py 13KB
setup.cfg 118B
setup.py 1KB
共 74 条
- 1
资源评论
挣扎的蓝藻
- 粉丝: 14w+
- 资源: 15万+
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功