Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nitely/Spirit
Spirit is a modern Python based forum built on top of Django framework
https://github.com/nitely/Spirit
django django-framework forum python spirit
Last synced: 26 days ago
JSON representation
Spirit is a modern Python based forum built on top of Django framework
- Host: GitHub
- URL: https://github.com/nitely/Spirit
- Owner: nitely
- License: mit
- Created: 2014-05-09T21:31:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-03-27T00:01:34.000Z (9 months ago)
- Last Synced: 2024-10-29T17:13:52.265Z (about 1 month ago)
- Topics: django, django-framework, forum, python, spirit
- Language: Python
- Homepage: http://spirit.readthedocs.io
- Size: 11.5 MB
- Stars: 1,162
- Watchers: 52
- Forks: 334
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Authors: AUTHORS.md
Awesome Lists containing this project
- starred-awesome - Spirit - Spirit is a modern Python based forum built on top of Django framework (Python)
README
# Spirit
[![Build Status](https://img.shields.io/github/actions/workflow/status/nitely/Spirit/ci.yml?branch=master&style=flat-square)](https://github.com/nitely/Spirit/actions?query=workflow%3ACI)
[![Coverage Status](https://img.shields.io/coveralls/nitely/Spirit/master.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)
[![licence](https://img.shields.io/pypi/l/django-spirit.svg?style=flat-square)](https://raw.githubusercontent.com/nitely/Spirit/master/LICENSE)Spirit is a Python based forum built using the Django framework.
## Documentation
Docs can be found at [spirit.readthedocs.io](http://spirit.readthedocs.io/en/latest/)
## Compatibility
* Python 3.8, 3.9, 3.10, and 3.11 (recommended)
* Django 3.2 LTS, and 4.2 LTS
* PostgreSQL (recommended), MySQL, Oracle Database and SQLiteConstrained by "[What Python version can I use with Django?](https://docs.djangoproject.com/en/dev/faq/install/#what-python-version-can-i-use-with-django)"
## 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](http://127.0.0.1:8000)
For detailed setup docs, see [spirit.readthedocs.io](http://spirit.readthedocs.io/en/latest/)
## Testing
```
python runtests.py
```## License
MIT