CHQ_Landing:发布之前的CHQ登陆页面

时间:2024-04-02 13:18:36
【文件属性】:

文件名称:CHQ_Landing:发布之前的CHQ登陆页面

文件大小:65KB

文件格式:ZIP

更新时间:2024-04-02 13:18:36

Python

编码器总部登陆页面 Coders HQ的登陆页面,用于收集发布前的电子邮件。 当然,由Flask提供支持。 <3 -- 除了从应用程序本身收集电子邮件之外,您还可以将其用作从其他着陆页收集电子邮件的后端API。 快速开始 安装 克隆 创建并激活一个virtualenv 安装依赖项 设定档 更新app / config.py 。 设置环境变量 $ export APP_SETTINGS= " app.config.DevelopmentConfig " 或者 $ export APP_SETTINGS= " app.config.ProductionConfig " 创建数据库 $ python manage.py create_db $ python manage.py db init $ python manage.py db migrate $ python manage.py


【文件预览】:
CHQ_Landing-main
----release-tasks.sh(138B)
----manage.py(2KB)
----requirements.txt(293B)
----.travis.yml(234B)
----setup.cfg(69B)
----babel.cfg(96B)
----Procfile(49B)
----README.md(1KB)
----tests()
--------test_config.py(2KB)
--------base.py(484B)
--------test_main.py(2KB)
--------__init__.py(0B)
--------test_endpoints.py(4KB)
--------test_user.py(3KB)
----.gitignore(55B)
----app()
--------config.py(1KB)
--------__init__.py(1KB)
--------models.py(2KB)
--------mod_user()
--------mod_api()
--------translations()
--------mod_main()
--------templates()
--------static()
----messages.pot(3KB)

网友评论