Metadata-Version: 2.4
Name: django-simple-page
Version: 1.0.1
Author-email: Thomas Leichtfuß <thomas.leichtfuss@posteo.de>
License: BSD-3-Clause
Project-URL: Homepage, https://github.com/thomst/django-simple-page
Project-URL: Repository, https://github.com/thomst/django-simple-page
Project-URL: Documentation, https://github.com/thomst/django-simple-page#readme
Keywords: django,django-admin,cms,website
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django
Classifier: Framework :: Django :: 3.2
Classifier: Framework :: Django :: 4.0
Classifier: Framework :: Django :: 4.1
Classifier: Framework :: Django :: 4.2
Classifier: Framework :: Django :: 5.0
Classifier: Framework :: Django :: 5.1
Classifier: Framework :: Django :: 5.2
Classifier: Framework :: Django :: 6.0
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENCE
Requires-Dist: Django>=3.2
Requires-Dist: django-mptt
Requires-Dist: django-model-utils
Requires-Dist: django-reorder_items_widget
Provides-Extra: test
Requires-Dist: Pillow; extra == "test"
Requires-Dist: coverage; extra == "test"
Dynamic: license-file

# Welcome to django-simple-page

[![Tests](https://github.com/thomst/django-simple-page/actions/workflows/tests.yml/badge.svg)](https://github.com/thomst/django-simple-page/actions/workflows/tests.yml)
[![Coverage Status](https://coveralls.io/repos/github/thomst/django-simple-page/badge.svg?branch=main)](https://coveralls.io/github/thomst/django-simple-page?branch=main)
[<img src="https://img.shields.io/badge/django-3.2%20%7C%204.0%20%7C%204.1%20%7C%204.2%20%7C%205.0%20%7C%205.1%20%7C%205.2%20%7C%206.0-orange">](https://img.shields.io/badge/django-3.2%20%7C%204.0%20%7C%204.1%20%7C%204.2%20%7C%205.0%20%7C%205.1%20%7C%205.2%20%7C%206.0-orange)

Django-simple-page is a cms buildkit for your website. The strength of this
project is its simplicity - using comprehensible yet powerful concepts. You get
the basic stuff, but retain all your freedom.

## Links

- [github](https://github.com/django-simple-page/)
- [docs](https://thomst.github.io/django-simple-page/)
- [pypi](https://pypi.org/project/django-simple-page/)


## Features

- **Tree structured Pages**: By django-mptt_.
- **Pages and sections**: Assigning sections to regions on pages.
- **Custom rendering logic**: Each page or section can have its own renderer.
- **Simple yet powerful concept**: Everything can be customized by subclassing.
- **Admin backend integration**: Easy to use via drag and drop.

.. _django-mptt: https://django-mptt.readthedocs.io/en/latest/


## Contribute

Contributions as feedback, feature requests, bug reports or pull requests are
most welcome. Just use the common github infrastructure.
