Spirit is a modern Python based forum built on top of Django framework
Go to file
sheepsy90 a77ebfb1d8 Bugfix for colors in subcategories (#114)
template.category and subcategory colors, fixes #113 

* Spirit #113: Fixes the color issue in subcategories
* Spirit #113: Fixed color issue in list overview
2016-04-24 16:26:00 -03:00
.tx core.management commands & tx locale updates 2015-10-14 18:10:08 -03:00
example example.settings.prod CONN_MAX_AGE 2016-02-09 15:59:38 -03:00
spirit Bugfix for colors in subcategories (#114) 2016-04-24 16:26:00 -03:00
.editorconfig Check pep8 with travis 2014-11-17 15:03:39 +01:00
.gitattributes gitattributes LF 2014-11-17 21:26:41 -03:00
.gitignore gitignore example/static 2015-11-07 06:17:55 -03:00
.travis.yml travis remove pip --use-mirrors option 2015-11-13 10:56:09 -03:00
gulpfile.js gulpfile coffee match extension with regex 2015-11-13 08:47:25 -03:00
HISTORY.md core.markdown sanitize_url 2016-02-27 02:18:58 -03:00
LICENSE license 2015-06-10 10:16:53 -03:00
MANIFEST.in broken setup #4 2014-05-18 20:37:30 -03:00
package.json gulp refactor + sourcemaps support 2015-11-08 21:41:05 -03:00
README.md readme python 3.5 2015-11-13 10:35:04 -03:00
requirements.txt update requirements 2016-02-02 15:40:48 -03:00
runtests.py tests cleanup 2015-07-25 00:17:53 -03:00
setup.cfg Fix F841 errors of unused local variables 2014-11-29 21:08:08 +01:00
setup.py bump 0.4.7 2016-02-27 02:42:44 -03:00
TODO todo 2015-05-05 13:11:32 -03:00

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.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 the spirit folder.
  • Type ./runtests.py example to run the test suite using the settings from the example folder.

License

MIT