Spirit is a Python based forum built using the Django framework.
To see it in action, please visit The Spirit Project.
- Python 2.7, 3.4 and 3.5 (recommended)
- Django 1.8 LTS (recommended), 1.9 and 1.10
- PostgreSQL (recommended), MySQL, Oracle Database and SQLite
Check out the example project.
Detailed upgrade instructions are listed in Upgrading Spirit
The runtests.py script enable you to run the test suite of spirit.
- Type
./runtests.pyto run the test suite using the settings from thespiritfolder. - Type
./runtests.py exampleto run the test suite using the settings from theexamplefolder.
MIT