Skip to content

Installation

Pip

Just like most python packages you can easily install Django Spire using pip.

pip install django-spire

Django

Make sure to import each django spire module you need independently do not import django_spire as a whole.

INSTALLED_APPS = [
    'dango_spire.core
]

Python

Django Spire is fully tested with python 3.11, 3.12 and 3.13.

Dependencies

Some...