googleauthenticator_demo:适用于Python的Google身份验证器链接演示

时间:2021-04-09 09:10:30
【文件属性】:
文件名称:googleauthenticator_demo:适用于Python的Google身份验证器链接演示
文件大小:13KB
文件格式:ZIP
更新时间:2021-04-09 09:10:30
Python Google Authoenticator演示 Django 3.x Python 3.8 如何在Heroku上运行 假设appname是gauth-demo git clone git@github.com:shinsaka/googleauthenticator_demo.git cd googleauthenticator_demo heroku apps:create gauth-demo heroku git:remote --app gauth-demo git push heroku master heroku run --app gauth-demo python manage.py migrate 在Heroku上显示日志 heroku logs --app gauth-demo -t 销毁应用 heroku apps:destroy --app gauth-demo
【文件预览】:
googleauthenticator_demo-master
----runtime.txt(13B)
----Pipfile(365B)
----Procfile(44B)
----Pipfile.lock(8KB)
----googleauthenticator_demo()
--------wsgi.py(426B)
--------__init__.py(0B)
--------settings.py(3KB)
--------urls.py(126B)
----manage.py(822B)
----.gitignore(48B)
----demo()
--------models.py(57B)
--------apps.py(83B)
--------utils.py(908B)
--------templates()
--------__init__.py(0B)
--------migrations()
--------views.py(458B)
--------admin.py(63B)
--------templatetags()
--------tests.py(60B)
--------urls.py(181B)
----README.md(622B)

网友评论