Skip to content

whucaichen/Spirit

 
 

Repository files navigation

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.

Documentation

Docs can be found at spirit.readthedocs.io

Compatibility

  • Python 3.5, 3.6, 3.7, and 3.8 (recommended)
  • Django 2.2 LTS (recommended), 3.0, and 3.1
  • PostgreSQL (recommended), MySQL, Oracle Database and SQLite

Constrained by "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

For detailed setup docs, see spirit.readthedocs.io

Testing

python runtests.py

License

MIT

Sponsors

Digital Ocean

About

Spirit is a modern Python based forum built on top of Django framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 59.4%
  • CSS 14.5%
  • HTML 12.0%
  • CoffeeScript 7.3%
  • SCSS 6.6%
  • JavaScript 0.2%