Metadata-Version: 2.1
Name: django-content-blocks
Version: 1.1.1
Summary: HTML content blocks for Django.
Home-page: https://github.com/Quantra/django-content-blocks
Author: Vince Coleman
Author-email: vince@shystudios.co.uk
License: MIT
Project-URL: Documentation, https://django-content-blocks.readthedocs.io
Project-URL: Source, https://github.com/Quantra/django-content-blocks
Keywords: django,django-content-blocks,django content blocks,django content,django dynamic content,django content manager,django cms
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 3.2
Classifier: Framework :: Django :: 4.0
Classifier: Framework :: Django :: 4.1
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT 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.7
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: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Requires-Python: >=3.7
License-File: LICENSE

.. todo shields.io badges

=====================
Django Content Blocks
=====================

Django Content Blocks is a reusable Django app that allows users to create and manage custom content blocks for their website. Via the django admin site it provides an easy-to-use interface for creating content blocks that can be inserted into any page, as well as a powerful template system for customizing the appearance of those blocks.

Content blocks can contain any type of content, including text, images, videos, and more, and can be arranged in any order on a page. Additionally, Django Content Blocks includes support for drafts and previews, allowing users to see how their changes will look before publishing them.

.. image:: https://github.com/Quantra/django-content-blocks/raw/master/docs/images/content_block_editor_dark.png

Installation instructions and detailed documentation can be found on `ReadTheDocs <https://django-content-blocks.readthedocs.io>`_.

Supported Django & Python Versions
----------------------------------

* Python >= 3.7
* Django >= 3.2

Dependencies (and Thank You)
----------------------------

* https://github.com/jrief/django-admin-sortable2
* https://github.com/tj-django/django-clone - Additional thanks for tox.ini setup
* https://github.com/python-pillow/Pillow

Thank You
---------

* https://shystudios.co.uk - For the monies I need to eat
* https://opalstack.com/?lmref=A2GlhA - For great value hosting and superb support over the years (affiliate link)
* https://chat.openai.com/ - For documentation rewrites
* https://github.com/django-hijack/django-hijack - For conf.py LazySettings idea
* https://github.com/cookiecutter/cookiecutter-django - For many things including docker
* Dmitry Sobolev for so graciously transferring the django-content-blocks name on pypi
* Margo Yaguda for linguistic assistance in contacting Dmitry

Contributing
------------

Contributions, advice and guidance are welcome. Please make contact **before** writing any code!
