flask-basic-registration:Flask的基本用户注册包

时间:2021-05-07 15:52:43
【文件属性】:
文件名称:flask-basic-registration:Flask的基本用户注册包
文件大小:18KB
文件格式:ZIP
更新时间:2021-05-07 15:52:43
Python 烧瓶用户管理 用于管理用户的入门应用-登录/注销和注册。 快速开始 设置环境变量 $ export APP_SETTINGS= " project.config.DevelopmentConfig " 或者 $ export APP_SETTINGS= " project.config.ProductionConfig " 在生产中更新设置 SECRET_KEY SQLALCHEMY_DATABASE_URI 创建数据库 $ python manage.py create_db $ python manage.py db init $ python manage.py db migrate $ python manage.py create_admin 跑步 $ python manage.py runserver 测验 无覆盖范围: $ python manage.py test
【文件预览】:
flask-basic-registration-master
----project()
--------util.py(510B)
--------config.py(1KB)
--------__init__.py(2KB)
--------models.py(915B)
--------user()
--------main()
--------templates()
--------static()
----manage.py(2KB)
----requirements.txt(238B)
----.travis.yml(124B)
----LICENSE(1KB)
----tests()
--------test_config.py(676B)
--------test_forms.py(1KB)
--------__init__.py(0B)
--------test_models.py(2KB)
--------test_functional.py(2KB)
----.gitignore(72B)
----readme.md(812B)

网友评论