django-fluent
Django Fluent 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. Together the components form the Django Fluent CMS (http://django-fluent.org/)
Search & Filter
| Package | django-fluent-dashboard | django-fluent-contents | django-fluent-blogs | django-fluent-pages |
|---|---|---|---|---|
|
Description
|
An improved django-admin-tools
dashboard for Django projects |
A widget engine to display
various content on Django pages |
A blog engine with flexible
block contents (based on django-fluent-contents) |
A flexible, scalable CMS with
custom node types, and flexible block content. |
|
Category
|
App | App | App | App |
|
Using This
|
2
|
2
|
1
|
2
|
|
Python 3?
|
Yes | Yes | Yes | Yes |
|
Dev Status
|
Production/Stable | Production/Stable | Production/Stable | Production/Stable |
|
Version (PyPI)
|
2.0 | 3.1 | 3.1 | 3.0.2 |
|
Stars
|
343 | 148 | 38 | 108 |
|
Forks
|
47 | 36 | 20 | 24 |
|
Commits
|
|
|
|
|
|
Updated
|
3 Jul 2025 | 5 Feb 2024 | 5 Feb 2024 | 16 Oct 2023 |
|
License
|
Apache 2.0 | Apache 2.0 | Apache 2.0 | Apache 2.0 |
|
Links
|
||||
|
Feature Comparison
(click cells to edit)
|
||||
|
Usable as stand-alone
|
|
|
needs fluent-contents
|
|
|
Optionally integrates with
|
dashboardmods
(memcached, varnish stats) |
django-any-urlfield
django-any-imagefield (filebrowser) django-contrib-comments django.contrib.comments django-disqus django-form-designer django-wysiwyg (tinymce, ckeditor, redactor) docutils Markdown micawber Pygments textile |
django-any-urlfield
django-fluent-pages django-fluent-comments django-contrib-comments django.contrib.comments django.contrib.sitemaps django-parler django-taggit django-taggit-autosuggest django-taggit-autocomplete-modified |
django-any-urlfield
django-fluent-contents django-wysiwyg (tinymce, ckeditor, redactor) |
|
Customization
|
- defining dashboard groups (settings) - extending module classes |
- new content block types (models) - overriding templates |
- custom entry model (abc) - overriding many granular templates |
- custom page types (models) - defining the page templates |
|
Django versions
|
1.7 - 2.0
|
1.10, 1.11, 2.0
|
1.10, 1.11, 2.0
|
1.10, 1.11, 2.0
|
An improved django-admin-tools dashboard for Django projects
(memcached, varnish stats)
- defining dashboard groups (settings)
- extending module classes
A widget engine to display various content on Django pages
django-any-imagefield (filebrowser)
django-contrib-comments
django.contrib.comments
django-disqus
django-form-designer
django-wysiwyg (tinymce, ckeditor, redactor)
docutils
Markdown
micawber
Pygments
textile
- new content block types (models)
- overriding templates
A blog engine with flexible block contents (based on django-fluent-contents)
django-fluent-pages
django-fluent-comments
django-contrib-comments
django.contrib.comments
django.contrib.sitemaps
django-parler
django-taggit
django-taggit-autosuggest
django-taggit-autocomplete-modified
- custom entry model (abc)
- overriding many granular templates
A flexible, scalable CMS with custom node types, and flexible block content.
django-fluent-contents
django-wysiwyg (tinymce, ckeditor, redactor)
- custom page types (models)
- defining the page templates
Features Being Compared
Usable as stand-alone
Whether the package can be used stand-alone in Django projects, or requires other parts of the CMS.
Optionally integrates with
Packages that can be used optionally if they are in INSTALLED_APPS
Customization
Which customization features there are
Django versions
Supported Django versions