杜郎俊赏 - dujun.io

开源实例之Spirit

前言

Spirit is a modern Python based forum built on top of Django framework

实例地址

http://spirit.dujun.eu.org

实例配置

配置描述
系统Debian
服务端Python 3.9
数据库SQLite
服务器Gunicorn + Nginx
程序Spirit 0.12.3

实例部署

权限要求

  • 具有系统读写权限
  • 已安装 Python
  • 已安装 WEB 服务器

安装程序

仓库地址:https://github.com/nitely/Spirit
文档地址:https://spirit.readthedocs.io

#安装 Spirit
pip install django-spirit

#创建项目
spirit startproject mysite

#设置数据库
cd mysite
python manage.py spiritinstall

#创建管理员账号
python manage.py createsuperuser

#启动
python manage.py runserver

#http://127.0.0.1:8000/

实例体验

帖子

后台

进入实例深度体验

后记

本实例仅供参考,不定期重置数据。

体验更多开源实例

标签: 开源实例 社区实例 Python实例 论坛实例
日期:2023-03-28