yang-f / Spirit

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

Home Page:https://spirit-project.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spirit

Build Status Coverage Status pypi licence

Spirit is a Python based forum built using the Django framework.

To see it in action, please visit The Spirit Project.

Compatibility

  • Python 2.7, 3.4, 3.5, 3.6 (recommended) and 3.7
  • Django 1.11 LTS (recommended), 2.0, 2.1
  • PostgreSQL (recommended), MySQL, Oracle Database and SQLite

Constrained by "What Python version can I use with Django?"

Usage

New in Spirit 0.5

pip install django-spirit
spirit startproject mysite
cd mysite
python manage.py spiritinstall
python manage.py createsuperuser
python manage.py runserver

Visit http://127.0.0.1:8000

For detailed installation and setup docs, see spirit.readthedocs.io

Documentation

Docs can be found at spirit.readthedocs.io

Testing

python runtests.py

License

MIT

About

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

https://spirit-project.com/

License:MIT License


Languages

Language:Python 57.3%Language:CSS 18.9%Language:HTML 14.1%Language:CoffeeScript 7.5%Language:JavaScript 2.1%Language:Makefile 0.0%