Welcome to django-boost’s documentation!

Django Boost is a collection of custom extensions for the Django Framework.

These include management commands, additional database fields, admin extensions, view mixins, form mixins and much more.

Getting Started

Getting it

You can get Django Boost by using pip:

$ pip install django-boost

If you want to install it from source, grab the git repository and run setup.py:

$ git clone git://github.com/ChanTsune/django-boost.git
$ python setup.py install

For more detailed instructions check out our Installation instructions. Enjoy.

Compatibility with versions of Python and Django

We follow the Django guidelines for supported Python and Django versions.

See more at Django Supported Versions

This might mean the django-boost may work with older or unsupported versions but we do not guarantee it and most likely will not fix bugs related to incompatibilities with older versions.

The django-boost 3.x line supports Python 3.10-3.13 and Django 4.2-5.2 where the Django/Python combination is supported by Django.

User-agent detection requires the optional useragent extra: pip install django-boost[useragent].

Contents:

Indices and tables