nitely / Spirit

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

Home Page:http://spirit.readthedocs.io

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.

Documentation

Docs can be found at spirit.readthedocs.io

Compatibility

  • Python 3.8, 3.9, 3.10, and 3.11 (recommended)
  • Django 3.2 LTS, and 4.2 LTS
  • 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 setup docs, see spirit.readthedocs.io

Testing

python runtests.py

License

MIT

About

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

http://spirit.readthedocs.io

License:MIT License


Languages

Language:Python 59.7%Language:CSS 14.4%Language:HTML 11.9%Language:CoffeeScript 7.3%Language:SCSS 6.6%Language:JavaScript 0.2%Language:Makefile 0.1%