mirror of
https://github.com/QingdaoU/Spirit.git
synced 2024-12-28 15:32:12 +00:00
Spirit is a modern Python based forum built on top of Django framework
.tx | ||
example | ||
spirit | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.travis.yml | ||
gulpfile.js | ||
HISTORY.md | ||
LICENSE | ||
Makefile | ||
MANIFEST.in | ||
npm-shrinkwrap.json | ||
package.json | ||
README.md | ||
requirements.txt | ||
runtests.py | ||
setup.cfg | ||
setup.py | ||
TODO |
Spirit
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.3, 3.4 (recommended) and 3.5
- Django 1.8 LTS
- PostgreSQL (recommended), MySQL, Oracle Database and SQLite
Installing (Advanced)
Check out the example project.
Upgrading
Detailed upgrade instructions are listed in Upgrading Spirit
Testing
The runtests.py
script enable you to run the test suite of spirit.
- Type
./runtests.py
to run the test suite using the settings from thespirit
folder. - Type
./runtests.py example
to run the test suite using the settings from theexample
folder.
License
MIT