A collection of template overrides to get django-fluent-pages (including django-parler) to play nice with django-suit.
First install the module, preferably in a virtual environment. It can be installed from PyPI:
pip install fluentcms-suit
First make sure the project is configured for django-fluent-pages and django-suit.
Then add the following settings:
INSTALLED_APPS += (
'fluentcms_suit', # must be before `fluent*` apps and after `suit` app
)
If you like this module, forked it, or would like to improve it, please let us know! Pull requests are welcome too. :-)