Metadata-Version: 2.4
Name: wagtail-cjkcms
Version: 26.5.1
Summary: Wagtail Content Management System, installable as a Django app into any Wagtail 4.1.x/5.x/6.x site.
Author-email: Grzegorz Krol <gk@cjk.pl>
License: BSD-3-Clause
Project-URL: Homepage, https://cjkcms.com
Project-URL: Repository, https://github.com/cjkpl/wagtail-cjkcms
Keywords: wagtail,django,cms
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 4.1
Classifier: Framework :: Django :: 4.2
Classifier: Framework :: Wagtail :: 4
Classifier: Framework :: Wagtail :: 5
Classifier: Framework :: Wagtail :: 6
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: django-bootstrap5
Requires-Dist: django>=5.0
Requires-Dist: wagtail>=6.0
Requires-Dist: wagtail-seo>=3.0
Requires-Dist: wagtail-cache>=2.5.1
Requires-Dist: wagtail-color-panel
Dynamic: license-file

![PyPI - Python Version](https://img.shields.io/pypi/pyversions/wagtail-cjkcms)
[![GitHub license](https://img.shields.io/github/license/cjkpl/wagtail-cjkcms)](https://github.com/cjkpl/wagtail-cjkcms/blob/main/LICENSE)
[![GitHub issues](https://img.shields.io/github/issues/cjkpl/wagtail-cjkcms)](https://github.com/cjkpl/wagtail-cjkcms/issues) 
[![Documentation Status](https://readthedocs.org/projects/cjkcms/badge/?version=latest)](https://cjkcms.readthedocs.io/en/latest/?badge=latest)

CMS system for Wagtail 5.x, Django 4.x and 5.x, with support for Bootstrap 5.x and MDBootstrap 5.x. 

## Summary

Out of the box, CjkCMS provides your project with generic, reusable pages:
`[Project] ArticleIndex`, `[Project] Article`, `[Project] WebPage` which you can use in your project, or easily extend with additional functionality by defining new blocks from scratch, or installing any Wagtail application that defines new blocks. 

CjkCMS pages provide you with an ultra-flexible, generic "body" section and, using `wagtail-seo` package, a basic SEO functionality.

## Homepage
Project homepage, with demos, examples and documentation: [https://cjkcms.com/](https://cjkcms.com/)

## Documentation
Direct link to the documentation: [Docs](https://cjkcms.readthedocs.io/en/latest/)

## Beginnings
CjkCMS was forked from, and is based on [Wagtail CRX](https://github.com/coderedcorp/coderedcms) - an excellent CMS by [CodeRed](https://www.coderedcorp.com/).

## Contact & support
Please use [Github's Issue Tracker](https://github.com/cjkpl/wagtail-cjkcms/issues) to report bugs, request features, or request support.
