Flask-Material-Lite:Flask项目中的Material Design Lite模板

时间:2021-05-17 04:40:01
【文件属性】:
文件名称:Flask-Material-Lite:Flask项目中的Material Design Lite模板
文件大小:4.7MB
文件格式:ZIP
更新时间:2021-05-17 04:40:01
Python 烧瓶材料精简版 使用Flask入门项目 Flask Project的原始版本使用启动 快速开始 首先,将您应用的秘密密钥设置为环境变量。 例如,示例将以下内容添加到.bashrc或.bash_profile 。 export FLASKMDL_SECRET= ' something-really-secret ' 然后运行以下命令来引导您的环境。 git clone https://github.com/jimmyho/Flask-Material-Lite cd flaskMDL pip install -r requirements/dev.txt python manage.py server 您会看到一个漂亮的欢迎屏幕。 安装DBMS后,请运行以下命令创建应用程序的数据库表并执行初始迁移: python manage.py db init python manage.p
【文件预览】:
Flask-Material-Lite-master
----.gitignore(414B)
----requirements.txt(152B)
----.bowerrc(42B)
----.travis.yml(169B)
----flaskMDL()
--------compat.py(371B)
--------templates()
--------__init__.py(49B)
--------extensions.py(492B)
--------database.py(2KB)
--------public()
--------user()
--------static()
--------assets.py(342B)
--------utils.py(354B)
--------app.py(1KB)
--------settings.py(1KB)
----LICENSE(1KB)
----README.rst(2KB)
----tests()
--------conftest.py(831B)
--------__init__.py(0B)
--------test_config.py(534B)
--------test_models.py(2KB)
--------factories.py(604B)
--------test_forms.py(2KB)
--------test_functional.py(4KB)
----Procfile(64B)
----requirements()
--------dev.txt(174B)
--------prod.txt(461B)
----manage.py(1KB)
----bower.json(50B)

网友评论