2018-01-31 02:11:17 -03:00
2018-01-30 13:28:20 -03:00
2017-09-25 06:01:28 -03:00
2018-01-31 02:11:17 -03:00
2016-11-14 00:48:35 -03:00
2017-09-24 12:38:54 -03:00
2014-11-17 21:26:41 -03:00
2017-09-24 12:38:54 -03:00
2018-01-30 10:11:23 -03:00
2017-11-04 11:07:10 -03:00
2018-01-30 14:42:47 -03:00
2015-06-10 10:16:53 -03:00
2017-09-24 12:38:54 -03:00
2017-09-24 12:38:54 -03:00
2017-09-25 06:01:28 -03:00
2017-09-24 12:38:54 -03:00
2015-05-05 13:11:32 -03:00
2017-09-21 13:47:10 -03:00

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 and 3.6 (recommended)
  • Django 1.8 LTS, 1.9, 1.10 and 1.11 LTS (recommended)
  • PostgreSQL (recommended), MySQL, Oracle Database and SQLite

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

Description
Spirit is a modern Python based forum built on top of Django framework
Readme MIT 18 MiB
Languages
Python 54.5%
HTML 14%
CSS 12.9%
CoffeeScript 10.1%
SCSS 6.4%
Other 2.1%