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.

At this time we test on and thrive to support valid combinations of Python 3.8, 3.9, 3.10 and pypy3 with Django versions 3.0 to 3.2 and 4.0 to 4.1.

Contents:

Indices and tables