2015-04-01 19:44:58 +00: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 19:48:51 +00: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 21:34:48 +00: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 22:45:32 +00:00
|
|
|
## Compatibility
|
2014-05-09 21:34:48 +00:00
|
|
|
|
2017-09-25 06:28:35 +00:00
|
|
|
* Python 2.7, 3.4, 3.5 and 3.6 (recommended)
|
|
|
|
* Django 1.8 LTS, 1.9, 1.10 and 1.11 LTS (recommended)
|
2015-09-23 22:45:32 +00:00
|
|
|
* PostgreSQL (recommended), MySQL, Oracle Database and SQLite
|
2014-05-09 21:34:48 +00:00
|
|
|
|
2017-09-24 15:38:54 +00:00
|
|
|
## Usage
|
2014-05-09 21:34:48 +00:00
|
|
|
|
2017-09-25 09:01:28 +00:00
|
|
|
> New in Spirit 0.5
|
|
|
|
|
|
|
|
```
|
2017-09-24 15:38:54 +00:00
|
|
|
pip install django-spirit
|
|
|
|
spirit startproject mysite
|
|
|
|
cd mysite
|
|
|
|
python manage.py spiritinstall
|
|
|
|
python manage.py createsuperuser
|
|
|
|
python manage.py runserver
|
|
|
|
```
|
2014-05-09 21:34:48 +00:00
|
|
|
|
2017-09-24 15:38:54 +00:00
|
|
|
Visit [http://127.0.0.1:8000](http://127.0.0.1:8000)
|
2014-05-09 21:34:48 +00:00
|
|
|
|
2017-09-24 15:38:54 +00:00
|
|
|
For detailed installation and setup docs, see [spirit.readthedocs.io](http://spirit.readthedocs.io/en/latest/)
|
2014-05-09 21:34:48 +00:00
|
|
|
|
2017-09-24 15:38:54 +00:00
|
|
|
## Documentation
|
|
|
|
|
|
|
|
Docs can be found at [spirit.readthedocs.io](http://spirit.readthedocs.io/en/latest/)
|
2014-11-25 13:13:17 +00:00
|
|
|
|
2017-09-24 15:38:54 +00:00
|
|
|
## Testing
|
2014-11-25 13:13:17 +00:00
|
|
|
|
2017-09-25 09:01:28 +00:00
|
|
|
```
|
|
|
|
python runtests.py
|
2017-09-24 15:38:54 +00:00
|
|
|
```
|
2014-11-25 13:13:17 +00:00
|
|
|
|
2015-04-01 19:44:58 +00:00
|
|
|
## License
|
2014-05-09 21:34:48 +00:00
|
|
|
|
2015-04-01 19:44:58 +00:00
|
|
|
MIT
|