Skip to main content

Lightweight forum, simple interface, easy to install

Project description

license Flask PyPI - Python

stuoe是一个轻量的论坛软件,为想要快速构建论坛的人准备的,即使是一个完全不懂技术的人也可以轻松的部署。不用配置数据库环境,因为他使用Sqlite3。拥有丰富的扩展api.

Installing

使用pip用于安装和更新

pip install -U stuoe

Fastest build

在非生产环境下部署,如果在生产环境下请自行配置wsgi.py

stuoe startproject demo
cd demo
pip uninstall stuoe
flask run
 * Environment: production
   WARNING: This is a development server. Do not use it in a production deployment.
   Use a production WSGI server instead.
 * Debug mode: off
 * Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)

尝试访问localhost:5000/install来配置和初始化论坛,如果这并不管用,请访问127.0.0.1/install,然后访问127.0.0.1/admin来设置论坛

Update Setup

当版本更新时

pip install -U stuoe
stuoe update --name demo
cd demo
flask db upgrade
pip uninstall stuoe
flask run

Components

已有的组件列表

  • 安装界面
  • 注册于登入
  • 设置论坛的欢迎标题和横幅
  • 对用户组分类
  • 支持SMTP验证用户邮箱
  • 使用富文本编辑器(支持上传图片)
  • 使用标签对帖子分类
  • 管理员对帖子顶置
  • 管理员对帖子锁定
  • 管理员发布帖子具有验证标志
  • 一键设置论坛主题色
  • 设置论坛头部js脚本
  • 设置论坛 robots.txt
  • 管理论坛标签(设置标题,图标)
  • 用户设置个人介绍
  • 用户默认哈希头像
  • 用户上传自定义头像
  • 用户对讨论加星标

Stuoe在预览版中,你可以等待测试版,也可以与我们一起开发

Contact

Contributor

成员

少数贡献者

Contributor

Link

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

stuoe-0.1.3.5.tar.gz (3.7 MB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page