Skip to content

bcmRayCrazy-coder/stuoe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

license Flask PyPI - Python

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

Stuoe is a lightweight forum software for people who want to build a forum quickly. Even a person who doesn't know technology can easily deploy it. There is no need to configure the database environment because it uses SQLite3. It has rich extension API

Installing

使用pip用于安装和更新

Use pip For installation and updates

pip install -U stuoe

Fastest build

(nonproductive)

stuoe startproject demo
cd demo
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)

Link

About

Building lightweight forum software

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 46.9%
  • JavaScript 24.7%
  • CSS 16.5%
  • CoffeeScript 9.8%
  • HTML 2.1%