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
6dc6c87a04
* add yarn * spirit startproject command * readme usage * remove example from travis * readme run tests * exit instead of raise * remove yarn.lock * core.conf settings * django.conf.settings -> core.conf.settings everywhere * editorconfig makefiles * docs * core.conf.defaults docs * installation docs * upgrade docs * update history * spirit.settings deprecation warning * update readme |
||
---|---|---|
.tx | ||
docs | ||
spirit | ||
.coveragerc | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.travis.yml | ||
AUTHORS.md | ||
gulpfile.js | ||
HISTORY.md | ||
LICENSE | ||
Makefile | ||
MANIFEST.in | ||
package.json | ||
README.md | ||
requirements.txt | ||
runtests.py | ||
setup.cfg | ||
setup.py | ||
TODO | ||
yarn.lock |
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
Usage
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