mirror of
https://github.com/QingdaoU/Spirit.git
synced 2024-12-28 07:22:07 +00:00
1.3 KiB
1.3 KiB
Spirit
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