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
4c8fbac155
* topic.poll fix test * update requirements * travis test env django 1.8, 1.9 and 1.10 * readme add django 1.10 * history add support django 1.10 * coveragerc omit migrations runtests and setup |
||
---|---|---|
.tx | ||
example | ||
spirit | ||
.coveragerc | ||
.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.4 and 3.5 (recommended)
- Django 1.8 LTS (recommended), 1.9 and 1.10
- 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