SkillAgentSearch skills...

Spirit

Spirit is a modern Python/Django forum

Install / Use

/learn @nitely/Spirit
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Spirit

Build Status Coverage Status pypi licence

Spirit is a Python based forum built using the Django framework.

Documentation

Docs can be found at spirit.readthedocs.io

Compatibility

  • Python 3.9, 3.10, 3.11, 3.12, 3.13
  • Django 4.2 LTS, 5.2 LTS
  • PostgreSQL (recommended), MySQL, Oracle Database and SQLite

Constrained by "What Python version can I use with Django?"

Usage

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

Dev

Use uv tooling.

Testing

uv sync --all-extras
uv run spirit startproject test_project
uv run runtests.py

Lint & Format

uvx ruff check --select I --fix
uvx ruff format

License

MIT

Related Skills

View on GitHub
GitHub Stars1.2k
CategoryDevelopment
Updated2d ago
Forks331

Languages

Python

Security Score

100/100

Audited on Apr 4, 2026

No findings