Add support for series of Publishable objects.
Install via PyPi:
pip install ella-series
Or you can get latest version from GitHub and install it:
python setup.py install
Add ella_series your INSTALLED_APPS like this:
INSTALLED_APPS = ( 'ella.core', ... # other ella apps 'ella_series', )
In your templates you can use template tags:
{% load series %} ... {% get_serie for object as serie %} ... {# navigation for serie parts #} {% serie_navigation object %}