Installation and Configuration

There are several ways to install django-tabination, either by using a package manager like pip or by manually downloading and installing a copy of the library.

Installing

The recommended way to install django-tabination is directly from pypi using pip:

pip install django-tabination

If you prefer not to use an automated package installer, you can download a copy of django-tabination and install it manually. To install it, navigate to the directory containing setup.py on your console and type:

python setup.py install

Configuration

Currently there is no further configuration needed to use django-tabination. Take a look at the Usage docs to see how to implement your tabs.

Source Code

The source code of django-tabination is licensed under the LGPLv3 license and can be forked on GitHub.