Lightweight forum, simple interface, easy to install
Project description
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
- QQ 2731510961
- Email snbckcode@gmail.com
- Web stuoe.cn
- ORG stuoe
Contributor
成员
少数贡献者
Link
- Web: https://stuoe.cn
- Start: https://stuoe.cn/docs/start.html
- Version : https://pypi.org/project/stuoe
- discuss : https://stuoe.pythonanywhere.com/
Project details
Release history Release notifications | RSS feed
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.3.tar.gz
(3.7 MB
view details)
File details
Details for the file stuoe-0.1.3.3.tar.gz
.
File metadata
- Download URL: stuoe-0.1.3.3.tar.gz
- Upload date:
- Size: 3.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 305ad92f4a0b56ab449a8673207106e1142ffd9640f75164fb619f0d5af3fbb5 |
|
MD5 | ce679672d4df8f0a7468d26031c391b3 |
|
BLAKE2b-256 | e2b933a8c0e13a48b888f691032357202091079e6ae64a4be884f194af3b56b1 |