2015-04-01 16:44:58 -03:00
|
|
|
# Spirit
|
|
|
|
|
|
|
|
[![Build Status](https://img.shields.io/travis/nitely/Spirit.svg?style=flat-square)](https://travis-ci.org/nitely/Spirit)
|
|
|
|
[![Coverage Status](https://img.shields.io/coveralls/nitely/Spirit.svg?style=flat-square)](https://coveralls.io/r/nitely/Spirit)
|
|
|
|
[![pypi](https://img.shields.io/pypi/v/django-spirit.svg?style=flat-square)](https://pypi.python.org/pypi/django-spirit)
|
2015-04-01 16:48:51 -03:00
|
|
|
[![licence](https://img.shields.io/pypi/l/django-spirit.svg?style=flat-square)](https://raw.githubusercontent.com/nitely/Spirit/master/LICENSE)
|
2014-05-09 18:34:48 -03:00
|
|
|
|
|
|
|
Spirit is a Python based forum built using the Django framework.
|
|
|
|
|
|
|
|
To see it in action, please visit [The Spirit Project](http://spirit-project.com/).
|
|
|
|
|
2015-09-23 19:45:32 -03:00
|
|
|
## Compatibility
|
2014-05-09 18:34:48 -03:00
|
|
|
|
2015-11-13 10:35:04 -03:00
|
|
|
* Python 2.7, 3.3, 3.4 (recommended) and 3.5
|
2015-07-27 01:13:59 -03:00
|
|
|
* Django 1.8 LTS
|
2015-09-23 19:45:32 -03:00
|
|
|
* PostgreSQL (recommended), MySQL, Oracle Database and SQLite
|
2014-05-09 18:34:48 -03:00
|
|
|
|
|
|
|
## Installing (Advanced)
|
|
|
|
|
2015-10-20 22:23:59 -03:00
|
|
|
Check out the [example project](https://github.com/nitely/Spirit/tree/master/example).
|
2014-05-09 18:34:48 -03:00
|
|
|
|
2015-07-27 01:13:59 -03:00
|
|
|
## Upgrading
|
2014-05-09 18:34:48 -03:00
|
|
|
|
2015-07-28 02:14:12 -03:00
|
|
|
Detailed upgrade instructions are listed in [Upgrading Spirit](https://github.com/nitely/Spirit/wiki/Upgrading)
|
2014-05-09 18:34:48 -03:00
|
|
|
|
2014-11-25 14:13:17 +01:00
|
|
|
## Testing
|
|
|
|
|
|
|
|
The `runtests.py` script enable you to run the test suite of spirit.
|
|
|
|
|
2015-07-28 00:12:56 -03:00
|
|
|
- Type `./runtests.py` to run the test suite using the settings from the `spirit` folder.
|
2014-11-25 14:13:17 +01:00
|
|
|
- Type `./runtests.py example` to run the test suite using the settings from the `example` folder.
|
|
|
|
|
2015-04-01 16:44:58 -03:00
|
|
|
## License
|
2014-05-09 18:34:48 -03:00
|
|
|
|
2015-04-01 16:44:58 -03:00
|
|
|
MIT
|