Skip to content

sigmacms/fluentcms-suit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fluentcms-suit

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

image

image

image

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 65.2%
  • Python 18.0%
  • CSS 16.8%