LOGO

A smooth, flexible CMS to create the designs you like,
built on top of the powerful Django framework.

Main packages

The CMS consists of several independant modules, which you can freely use in your websites.

Most of these packages can be used as stand-alone, and optionally integrate into other Django packages. For a comparison, see the django-fluent grid at djangopackages.com. Together the components form the django-fluent CMS.

These components are:

django-fluent-pages

django-fluent-pages provides a page tree to use in your website. Each node can be customized, by inserting your own model types.

 

The following page types can be used out of the box:

  • Pages with a simple text field.
  • Pages with block contents (using django-fluent-contents)
  • Redirect nodes
  • Text files

See documentation

django-fluent-contents

The engine to edit the page content. Content can be defined in "blocks", and be placed under each other. For example, you can have a "text", "image" block, a custom object, and then regular text followed by a YouTube video.

See documentation

django-fluent-dashboard

A nicer dashboard for Django admin users! This can be used stand-alone, without using any of the other packages.

See documentation

django-fluent-blogs

The blog engine which uses the content blocks system to create nicely designed blog articles.

Optionally, it can integrate with the pagetree too, allowing the "News" button to be nicely placed inside the site menu.

See README

django-fluent-comments

A modern, ajax-based appearance for django.contrib.comments

See README

 

django-fluent-faq

A FAQ engine for Django Fluent CMS (in progress).

See README

 

fluentcms-emailtemplates

An email template system based on content plugins (in progress).

See README

 

You can find a comparison at the Django Packages website.

Fork me on GitHub