Spirit is a modern Python based forum built on top of Django framework
Go to file
nitely 74b11f14aa regex \d -> [0-9] 2018-02-23 17:22:31 -03:00
.tx update history and tx config 2018-01-30 13:28:20 -03:00
docs *new in ...* usage note 2017-09-25 06:01:28 -03:00
spirit regex \d -> [0-9] 2018-02-23 17:22:31 -03:00
.coveragerc Feature/support django 1 10 (#139) 2016-11-14 00:48:35 -03:00
.editorconfig Feature/install (#193) 2017-09-24 12:38:54 -03:00
.gitattributes gitattributes LF 2014-11-17 21:26:41 -03:00
.gitignore Feature/install (#193) 2017-09-24 12:38:54 -03:00
.travis.yml fix travis 2018-01-30 10:11:23 -03:00
AUTHORS.md add @cryptogun to authors 🎊 2017-11-04 11:07:10 -03:00
HISTORY.md history update 2018-01-30 14:42:47 -03:00
LICENSE license 2015-06-10 10:16:53 -03:00
MANIFEST.in Feature/install (#193) 2017-09-24 12:38:54 -03:00
Makefile Feature/install (#193) 2017-09-24 12:38:54 -03:00
README.md *new in ...* usage note 2017-09-25 06:01:28 -03:00
TODO todo 2015-05-05 13:11:32 -03:00
gulpfile.js Feature/upload files optional (#196) 2017-09-21 13:47:10 -03:00
package.json Feature/upload files optional (#196) 2017-09-21 13:47:10 -03:00
requirements.txt make python-magic an extra dep 2018-01-30 09:42:53 -03:00
runtests.py Feature/install (#193) 2017-09-24 12:38:54 -03:00
setup.cfg Fix F841 errors of unused local variables 2014-11-29 21:08:08 +01:00
setup.py install python-magic-bin in win32 and macOS 2018-01-30 10:01:47 -03:00
yarn.lock Feature/upload files optional (#196) 2017-09-21 13:47:10 -03:00

README.md

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