用户:
少年编程狂查看:2 回复:3 评论:2 创建时间:2020-07-10T10:54:29
Stuoe Framework 0.1.2预览版
Stuoe Framework是一个面向于想要快速构建论坛的新手和开发者的论坛框架。本身基于Python,界面使用MDUI,使用Jinja2来加速渲染界面。最基本的标签,回复,提到,富文本编辑器,等等功能都能胜任。拥有丰富的api进行开发,以及个性化主题.
Stuoe目前正在预览版中,有太多的功能没有实现,所以并不代表最终品质
Usage如果你愿意与我们一起开发Stuoe,可以发邮件到snbckcode@gmail.com
使用pip安装命令行工具
pip install stuoe
或者使用easy_install
easy_install install stuoe
新建一个项目工程
stuoe startproject --name demobbs
cd demobbs
运行它
flask run
更多资料:stuoe.cn(开发中)
LicenseApach License
Link开发者论坛 https://stuoe.pythonanywhere.com/p/1
Github仓库 https://github.com/stuoe/stuoe
Gitee仓库 https://gitee.com/stuoe/stuoe