Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.
/ fluentcms-suit Public archive

🦐 django-fluent-pages meets django-suit

License

Notifications You must be signed in to change notification settings

bashu/fluentcms-suit

Repository files navigation

fluentcms-suit

A collection of template overrides to get django-fluent-pages (including django-parler) to play nice with django-suit.

Installation

First install the module, preferably in a virtual environment. It can be installed from PyPI:

pip install fluentcms-suit

Backend Configuration

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
)

Contributing

If you like this module, forked it, or would like to improve it, please let us know! Pull requests are welcome too. :-)

About

🦐 django-fluent-pages meets django-suit

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published