baseframe:Hasgeek项目的底架

时间:2021-03-25 19:29:06
【文件属性】:
文件名称:baseframe:Hasgeek项目的底架
文件大小:36.06MB
文件格式:ZIP
更新时间:2021-03-25 19:29:06
python flask library hasgeek hacktoberfest 基本框架 Hasgeek项目的可重用样式和模板。 设置说明: python setup.py install 或者,在要经常更改Baseframe的开发环境中使用: python setup.py develop make 您需要在代码中使用以下样板才能使用它: from flask import Flask from baseframe import baseframe, assets, Version version = Version('0.1.0') # Insert your app's version number here app = Flask(__name__, instance_relative_config=True) # Declare your app's assets (with .js and .css suffixes) # Filenames a

网友评论