Metadata-Version: 2.1
Name: django-cms-articles
Version: 2.0.0
Summary: django CMS application for managing articles
Home-page: https://github.com/misli/django-cms-articles
License: BSD-3-Clause
Author: Jakub Dorňák
Author-email: jakub.dornak@qbsoftware.com
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2
Classifier: Framework :: Django :: 3
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: Czech
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Dist: Django (<4)
Requires-Dist: django-cms (<3.12)
Requires-Dist: django-filer
Requires-Dist: djangocms-text-ckeditor
Requires-Dist: python-dateutil
Project-URL: Repository, https://github.com/misli/django-cms-articles
Description-Content-Type: text/markdown

# django-cms-articles
the best django CMS application for managing articles

This application provides full featured articles management for django CMS.
It is heavily inspired by (and partially copied from) the page management in django CMS itself.

## Features

 * intuitive admin UI inspired by django CMS page UI
 * intuitive front-end editing using placeholders and toolbar menu
 * supports multiple languages (the same way as django CMS does)
 * publisher workflow from django CMS
 * flexible plugins to render article outside django CMS page

## Installation and usage

Installation and usage is quite traightforward.
 * install (using pip) django-cms-articles
 * add "cms_articles" into your settings.INSTALLED_APPS
 * check cms_articles.conf.default_settings for values you may want to override in your settings
 * add "Articles Category" apphook to any django CMS page, which should act as category for articles
 * add "Articles" plugin to placeholder of your choice to show articles belonging to that page / category

## Bugs and Feature requests

Should you encounter any bug or have some feature request,
create an issue at https://github.com/misli/django-cms-articles/issues.

