django-phone-auth

时间:2021-04-05 20:42:25
【文件属性】:
文件名称:django-phone-auth
文件大小:22KB
文件格式:ZIP
更新时间:2021-04-05 20:42:25
Python django-phone-auth Django应用程序,用于使用电话/电子邮件/用户名对用户进行身份验证和注册。 它使用默认的用户模型。 安装 pip install django-phone-auth 在INSTALLED_APPS中添加“ phone_auth”。 INSTALLED_APPS = [ ... ' phone_auth ', ... ] 在AUTHENTICATION_BACKENDS中添加“ phone_auth.backend.CustomAuthBackend”。 AUTHENTICATION_BACKENDS = [ ... # Needed to login by username in Django admin, regardless of `django-phone-auth` ' django .
【文件预览】:
django-phone-auth-main
----setup.py(38B)
----.gitignore(2KB)
----requirements.txt(313B)
----pyproject.toml(103B)
----MANIFEST.in(125B)
----django_phone_auth_project()
--------urls.py(889B)
--------__init__.py(0B)
--------asgi.py(403B)
--------wsgi.py(403B)
--------settings.py(3KB)
----LICENSE(1KB)
----setup.cfg(1KB)
----.github()
--------workflows()
----README.md(2KB)
----tests()
--------__init__.py(0B)
--------tests.py(4KB)
----phone_auth()
--------templates()
--------signals.py(91B)
--------urls.py(613B)
--------__init__.py(0B)
--------backend.py(1KB)
--------views.py(3KB)
--------models.py(464B)
--------utils.py(1KB)
--------apps.py(94B)
--------admin.py(288B)
--------migrations()
--------forms.py(4KB)
----manage.py(681B)
----.flake8(54B)
----tox.ini(588B)

网友评论